We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba3eeb commit fba0cd7Copy full SHA for fba0cd7
doc/conf.py
@@ -82,7 +82,7 @@
82
# The short X.Y version.
83
version = nipype.__version__
84
# The full version, including alpha/beta/rc tags.
85
-release = "1.1.8"
+release = "1.1.9"
86
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
# for a list of supported languages.
nipype/info.py
@@ -11,7 +11,7 @@
11
# full release. '.dev' as a version_extra string means this is a development
12
# version
13
# Remove -dev for release
14
-__version__ = '1.1.9-dev'
+__version__ = '1.1.9'
15
16
17
def get_nipype_gitversion():
0 commit comments