Skip to content

Commit

Permalink
REL - label as 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Apr 14, 2011
1 parent 0f19363 commit 836c615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nibabel/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
_version_major = 1
_version_minor = 0
_version_micro = 2
_version_extra = '.dev'
# _version_extra = ''
# _version_extra = '.dev'
_version_extra = ''

# 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 836c615

Please sign in to comment.