[version] controlling the version from __version__.py using bumpversion and setup.cfg

This commit is contained in:
Max Zwiessele 2015-09-09 09:45:01 +01:00
parent ac70d3da21
commit 3c2ea9033a
4 changed files with 7 additions and 6 deletions

View file

@ -3,4 +3,4 @@ current_version = 0.8.0
tag = True
commit = True
[bumpversion:file:GPy/VERSION]
[bumpversion:file:GPy/__version__.py]