diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1fe7c7786..9a30516fa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.10 +current_version = 0.15.11 commit = True tag = True files = pyproject.toml pypath/_metadata.py diff --git a/pypath/_metadata.py b/pypath/_metadata.py index 9f2c2c3bd..de2e7b39a 100644 --- a/pypath/_metadata.py +++ b/pypath/_metadata.py @@ -29,7 +29,7 @@ import toml -_VERSION = '0.15.10' +_VERSION = '0.15.11' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index d6ce322ea..d0d158eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypath-omnipath" -version = "0.15.10" +version = "0.15.11" description = "Molecular signaling prior knowledge processing" license = "GPL-3.0-only" authors = [