Skip to content

Commit

Permalink
Updated version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Garyfallidis committed Jan 16, 2014
1 parent 2bdf5e6 commit 11d6aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dipy/info.py
Original file line number Diff line number Diff line change
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 = 8
_version_micro = 0
_version_extra = '.dev'
_version_minor = 7
_version_micro = 1
_version_extra = ''
#_version_extra = ''

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
Expand Down

0 comments on commit 11d6aa4

Please sign in to comment.