Incrementing version to v1.1.1

This commit is contained in:
Jacob Alexander
2022-05-23 21:39:51 -07:00
parent 1415cee087
commit e93b0452cc
3 changed files with 10 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 1
MINOR = 1
MICRO = 0
MICRO = 1
TAG = ""
VERSION = "%d.%d.%d%s" % (MAJOR, MINOR, MICRO, TAG)