From ca5bcd2884ef945b93b56261f4ee5e096edc5b1a Mon Sep 17 00:00:00 2001 From: Joern Weissenborn Date: Fri, 25 Oct 2019 14:43:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.12=20=E2=86=92=200.0.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glotaran/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glotaran/__init__.py b/glotaran/__init__.py index 88dd6eab6..bc7e528b0 100644 --- a/glotaran/__init__.py +++ b/glotaran/__init__.py @@ -2,7 +2,7 @@ from . import model, parameter, io # noqa: F401 -__version__ = '0.0.12' +__version__ = '0.0.13' ParameterGroup = parameter.ParameterGroup diff --git a/setup.cfg b/setup.cfg index f3a9bc351..14b50ac1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.12 +current_version = 0.0.13 commit = True tag = True diff --git a/setup.py b/setup.py index e81e4e69b..fe97019e2 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="glotaran", - version='0.0.12', + version='0.0.13', description='The Glotaran fitting engine.', long_description=long_description, long_description_content_type="text/markdown",