Skip to content

Commit

Permalink
Bump version: 0.1.29 → 0.1.30 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Jul 19, 2023
1 parent 1dba551 commit b174df5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.1.29
current_version = 0.1.30
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pvconsumer/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion pvconsumer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Pv Consumer"""
__version__ = "0.1.29"
__version__ = "0.1.30"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pvconsumer"
authors = ["Open Climate Fix"]
description = "Consumer for PV data from pvoutput.org."
version = "0.1.29"
version = "0.1.30"
readme = "README.md"
packages = [{include = "pvconsumer"}]

Expand Down

0 comments on commit b174df5

Please sign in to comment.