diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bff2ca2..e524f53 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.0.1 +current_version = 2.0.2 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:pvconsumer/__init__.py] diff --git a/pvconsumer/__init__.py b/pvconsumer/__init__.py index 0b7fa61..37a050b 100644 --- a/pvconsumer/__init__.py +++ b/pvconsumer/__init__.py @@ -1,2 +1,2 @@ """ Pv Consumer""" -__version__ = "2.0.1" +__version__ = "2.0.2" diff --git a/pyproject.toml b/pyproject.toml index 46c9297..9a70288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pvconsumer" authors = ["Open Climate Fix"] description = "Consumer for PV data from pvoutput.org." -version = "2.0.1" +version = "2.0.2" readme = "README.md" packages = [{include = "pvconsumer"}]