diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9052d73..c40bd6d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 642cd45..1d3f48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "python-template-package" -version = "0.1.0" +version = "0.1.1" 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 2922bea..ad2258b 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.0' +__version__ = '0.1.1'