Skip to content

Commit c6f2721

Browse files
author
BumpVersion Action
committed
Bump version: 2.2.0 → 2.2.1 [skip ci]
1 parent be055a7 commit c6f2721

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 2.2.0
4+
current_version = 2.2.1
55
message = Bump version: {current_version} → {new_version} [skip ci]
66

77
[bumpversion:file:pvconsumer/__init__.py]

pvconsumer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
""" Pv Consumer"""
2-
__version__ = "2.2.0"
2+
__version__ = "2.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pvconsumer"
33
authors = ["Open Climate Fix"]
44
description = "Consumer for PV data from pvoutput.org."
5-
version = "2.2.0"
5+
version = "2.2.1"
66
readme = "README.md"
77
packages = [{include = "pvconsumer"}]
88

0 commit comments

Comments
 (0)