diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0480e6a..3ab6719 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.3.0 commit = True tag = True parse = diff --git a/docs/conf.py b/docs/conf.py index ac41ec7..cbaa54b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "sensingcluespy" copyright = "2024, SensingClues" author = "SensingClues" -release = "0.2.3" +release = "0.3.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/sensingcluespy/__init__.py b/sensingcluespy/__init__.py index 6e45da8..65f2ba4 100644 --- a/sensingcluespy/__init__.py +++ b/sensingcluespy/__init__.py @@ -3,4 +3,4 @@ """Top-level package for sensingcluespy.""" __author__ = "SensingClues" -__version__ = "0.2.3" +__version__ = "0.3.0"