From e3eb740a44c647434416df8e4b240756cd74a488 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 24 Sep 2024 11:37:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0=20=E2=86=92=202.0.1=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pvconsumer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c00a20..bff2ca2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.0.0 +current_version = 2.0.1 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 563661b..0b7fa61 100644 --- a/pvconsumer/__init__.py +++ b/pvconsumer/__init__.py @@ -1,2 +1,2 @@ """ Pv Consumer""" -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/pyproject.toml b/pyproject.toml index 19b7f7b..3c52692 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.0" +version = "2.0.1" readme = "README.md" packages = [{include = "pvconsumer"}]