changed version to test new upload

This commit is contained in:
Schmieder, Jacob
2024-05-08 09:50:08 +00:00
parent e52b30c9d5
commit 31b415f98f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import subprocess as sp
MAJOR = 0
MINOR = 1
MICRO = 1
NANO = 1
NANO = 2
ISRELEASED = False
VERSION = '%d.%d.%d.%d' % (MAJOR, MINOR, MICRO, NANO)