Skip to content

Commit

Permalink
"Releasing" 0.2.0rc1 -- version update
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 1, 2012
1 parent 2d62b47 commit 8b698fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nipy/info.py
Expand Up @@ -7,9 +7,9 @@
# full release. '.dev' as a _version_extra string means this is a development
# version
_version_major = 0
_version_minor = 1
_version_micro = 9999
_version_extra = '.dev'
_version_minor = 2
_version_micro = 0
_version_extra = 'rc1'

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
__version__ = "%s.%s.%s%s" % (_version_major,
Expand Down

0 comments on commit 8b698fa

Please sign in to comment.