Skip to content

Commit 2c9c742

Browse files
committed
doc: updated release to dev
1 parent 8b68d35 commit 2c9c742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# full release. '.dev' as a _version_extra string means this is a development
99
# version
1010
_version_major = 0
11-
_version_minor = 6
11+
_version_minor = 7
1212
_version_micro = 0
13-
_version_extra = ''
13+
_version_extra = '.dev'
1414

1515
def get_nipype_gitversion():
1616
"""Nipype version as reported by the last commit in git

0 commit comments

Comments
 (0)