Skip to content

Commit

Permalink
Fix release version on RELEASE_next_minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jul 23, 2022
1 parent 1edbef7 commit 56121ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspy/Release.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# When running setup.py the ".dev" string will be replaced (if possible)
# by the output of "git describe" if git is available or the git
# hash if .git is present.
version = "1.7.2.dev0"
version = "1.8.0.dev0"
__version__ = version
description = "Multidimensional data analysis toolbox"
license = 'GPL v3'
Expand Down

0 comments on commit 56121ee

Please sign in to comment.