Skip to content

Commit

Permalink
Incremented version.
Browse files Browse the repository at this point in the history
Signed-off-by: David Rebbe <[email protected]>
  • Loading branch information
drebbe-intrepid committed Nov 3, 2022
1 parent dabe6c9 commit 5457f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

MAJOR_VERSION = 910
MINOR_VERSION = 10
POST_VERSION = None
POST_VERSION = 1

if POST_VERSION:
VERSION_STRING = '%d.%d-%d' % (MAJOR_VERSION, MINOR_VERSION, POST_VERSION)
Expand Down

0 comments on commit 5457f2c

Please sign in to comment.