diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 044e476..0c00a20 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.2 +current_version = 2.0.0 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 7599d5e..563661b 100644 --- a/pvconsumer/__init__.py +++ b/pvconsumer/__init__.py @@ -1,2 +1,2 @@ """ Pv Consumer""" -__version__ = "1.0.2" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index 5885c0b..19b7f7b 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 = "1.0.2" +version = "2.0.0" readme = "README.md" packages = [{include = "pvconsumer"}]