diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 18837f9..f5f739e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True files = pyproject.toml networkcommons/_metadata.py diff --git a/networkcommons/_metadata.py b/networkcommons/_metadata.py index 495344a..fd79852 100644 --- a/networkcommons/_metadata.py +++ b/networkcommons/_metadata.py @@ -25,7 +25,7 @@ import toml -_VERSION = '0.2.0' +_VERSION = '0.2.1' def get_metadata(): diff --git a/pyproject.toml b/pyproject.toml index 8ec8792..b21da33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "networkcommons" -version = "0.2.0" +version = "0.2.1" description = "Integrated framework for network inference and evaluation using prior knowledge and omics data" license = "gpl-3.0-only" authors = [