We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3643e1e commit e058687Copy full SHA for e058687
1 file changed
markovonnx/version.py
@@ -1,8 +1,8 @@
1
# START_VERSION_BLOCK
2
-VERSION_MAJOR = 0
3
-VERSION_MINOR = 3
+VERSION_MAJOR = 1
+VERSION_MINOR = 0
4
VERSION_BUILD = 0
5
-VERSION_ALPHA = 0
+VERSION_ALPHA = 1
6
# END_VERSION_BLOCK
7
8
__version__ = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}" + (
0 commit comments