Skip to content

Commit 022f6d4

Browse files
committed
Fix version string.
1 parent 80635b8 commit 022f6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forestci/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
22
_version_major = 0
33
_version_minor = 7
4-
#_version_micro = '' # use '' for first of series, number for 1 and above
4+
_version_micro = '' # use '' for first of series, number for 1 and above
55
_version_extra = 'dev'
66
# _version_extra = '' # Uncomment this for full releases
77

0 commit comments

Comments
 (0)