Skip to content

Commit

Permalink
bump version to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Dec 12, 2018
1 parent ce66437 commit 98fa5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dipy/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
_version_major = 0
_version_minor = 15
_version_micro = 0
_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 98fa5b8

Please sign in to comment.