diff --git a/Changelog b/Changelog index 44141cdfc7..6f5669f730 100644 --- a/Changelog +++ b/Changelog @@ -24,7 +24,7 @@ Dipy The code found in Dipy was created by the people found in the AUTHOR file. -* 0.10 (Thursday, December 2rd, 2015) +* 0.10.1 (Friday, December 2nd, 2015) * Compatibility with new versions of scipy (0.16) and numpy (1.10). * New cleaner visualization API, including compatibility with VTK 6, and functions to create your own interactive visualizations. diff --git a/dipy/info.py b/dipy/info.py index 3c7dc2e802..1630070413 100644 --- a/dipy/info.py +++ b/dipy/info.py @@ -9,8 +9,8 @@ _version_major = 0 _version_minor = 10 _version_micro = 1 -_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,