We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be055a7 commit c6f2721Copy full SHA for c6f2721
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 2.2.0
+current_version = 2.2.1
5
message = Bump version: {current_version} → {new_version} [skip ci]
6
7
[bumpversion:file:pvconsumer/__init__.py]
pvconsumer/__init__.py
@@ -1,2 +1,2 @@
""" Pv Consumer"""
-__version__ = "2.2.0"
+__version__ = "2.2.1"
pyproject.toml
@@ -2,7 +2,7 @@
name = "pvconsumer"
authors = ["Open Climate Fix"]
description = "Consumer for PV data from pvoutput.org."
-version = "2.2.0"
+version = "2.2.1"
readme = "README.md"
packages = [{include = "pvconsumer"}]
8
0 commit comments