Skip to content

Commit 0065764

Browse files
committed
#26 Add version
1 parent 71b1829 commit 0065764

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utils/version.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VERSION_MAJOR = 0
2+
VERSION_MINOR = 0
3+
VERSION_PATCH = 1
4+
VERSION_RELEASE = 'alpha'
5+
VERSION = str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_PATCH) + "-" + VERSION_RELEASE

0 commit comments

Comments
 (0)