From b803e482d2863594c0d2042b496bd94e11b5ff2d Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 4 Dec 2024 14:57:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.1.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 965118d..bba568f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.1.0 +current_version = 2.1.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 710cecf..ff53d84 100644 --- a/pvconsumer/__init__.py +++ b/pvconsumer/__init__.py @@ -1,2 +1,2 @@ """ Pv Consumer""" -__version__ = "2.1.0" +__version__ = "2.1.1" diff --git a/pyproject.toml b/pyproject.toml index a9da850..bc8a3ba 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.1.0" +version = "2.1.1" readme = "README.md" packages = [{include = "pvconsumer"}]