Changeset - 65d36a290273
[Not reviewed]
1.0 default
0 1 0
Laman - 3 years ago 2022-03-04 20:38:50

version bumped to 1.0
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/shamira/version.py
Show inline comments
 
VERSION_TUP = (0, 1)
 
VERSION_TUP = (1, 0)
 
__version__ = ".".join(map(str, VERSION_TUP))
0 comments (0 inline, 0 general)