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 827b609 commit 70b8843Copy full SHA for 70b8843
nitime/version.py
@@ -2,10 +2,10 @@
2
3
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
4
_version_major = 0
5
-_version_minor = 8
6
-_version_micro = 1 # use '' for first of series, number for 1 and above
7
-# _version_extra = 'dev'
8
-_version_extra = '' # Uncomment this for full releases
+_version_minor = 9
+_version_micro = '' # use '' for first of series, number for 1 and above
+_version_extra = 'dev'
+# _version_extra = '' # Uncomment this for full releases
9
10
# Construct full version string from these.
11
_ver = [_version_major, _version_minor]
0 commit comments