Skip to content

Commit

Permalink
Bump version: 0.0.12 → 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Joern Weissenborn committed Oct 25, 2019
1 parent 8eb9b49 commit ca5bcd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion glotaran/__init__.py
Expand Up @@ -2,7 +2,7 @@

from . import model, parameter, io # noqa: F401

__version__ = '0.0.12'
__version__ = '0.0.13'

ParameterGroup = parameter.ParameterGroup

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.12
current_version = 0.0.13
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit ca5bcd2

Please sign in to comment.