Skip to content

Commit e058687

Browse files
authored
Update version.py
1 parent 3643e1e commit e058687

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

markovonnx/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# START_VERSION_BLOCK
2-
VERSION_MAJOR = 0
3-
VERSION_MINOR = 3
2+
VERSION_MAJOR = 1
3+
VERSION_MINOR = 0
44
VERSION_BUILD = 0
5-
VERSION_ALPHA = 0
5+
VERSION_ALPHA = 1
66
# END_VERSION_BLOCK
77

88
__version__ = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}" + (

0 commit comments

Comments
 (0)