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 80635b8 commit 022f6d4Copy full SHA for 022f6d4
forestci/version.py
@@ -1,7 +1,7 @@
1
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
2
_version_major = 0
3
_version_minor = 7
4
-#_version_micro = '' # use '' for first of series, number for 1 and above
+_version_micro = '' # use '' for first of series, number for 1 and above
5
_version_extra = 'dev'
6
# _version_extra = '' # Uncomment this for full releases
7
0 commit comments