diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c40bd6d..c02a99c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 8c81897..8c98a76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "python-template-package" -version = "0.1.1" +version = "0.1.2" homepage = "https://github.com/mpievolbio-scicomp/python-template-package" description = "Python package template with MPI Evolutionary Biology branding.." authors = ["Max Planck Institute for Evolutionary Biology - Scientific Computing Services "] diff --git a/template/__init__.py b/template/__init__.py index ad2258b..9ea595a 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -2,4 +2,4 @@ __author__ = """Max Planck Institute for Evolutionary Biology - Scientific Computing Services""" __email__ = 'computing@evolbio.mpg.de' -__version__ = '0.1.1' +__version__ = '0.1.2'