From 1b2b8890fafb0d6fc81c151fac78c1a568607e77 Mon Sep 17 00:00:00 2001 From: Eric Hermes Date: Wed, 14 Jun 2023 17:04:09 -0400 Subject: [PATCH] increment version number again? --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7aa3747..9689354 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, Extension, find_packages -VERSION = '2.2.0' +VERSION = '2.3.0' debug = '--debug' in sys.argv or '-g' in sys.argv