diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b687f1a..e6d0074 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/docs/conf.py b/docs/conf.py index ef3113d..cea1bf5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "sctk" copyright = "2023, Teichmann lab" author = "nh3, Sebastian Lobentanzer, Krzysztof Polanski" -release = "0.2.1" +release = "0.2.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 58897db..ed036dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sctk" -version = "0.2.1" +version = "0.2.2" description = "single cell analysis tool kit based on scanpy" authors = [ "nh3 ",