From 2d0fcefdedd7060275c046d91d36a5b49e73fbcc Mon Sep 17 00:00:00 2001 From: Peter Eastman Date: Thu, 6 Jun 2024 08:58:23 -0700 Subject: [PATCH] Updated version number to 1.2 (#83) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f315ca5..62e895d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ DOCLINES = __doc__.split("\n") ######################## -__version__ = '1.1' +__version__ = '1.2' VERSION = __version__ ISRELEASED = False ########################