[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

@ -1 +0,0 @@
0.8.0

View file

@ -21,8 +21,7 @@ from . import plotting
from .core import Model
from .core.parameterization import Param, Parameterized, ObsAr
with open('VERSION', 'r') as f:
__version__ = f.read()
from .__version__ import __version__
#@nottest
try: