Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Dec 19, 2023
1 parent 51ae1f7 commit 879fa65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
commit = True
tag = True
current_version = 0.0.1
current_version = 0.0.2
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
replace = version="{new_version}"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="quartz_solar_forecast",
version="0.0.1",
version="0.0.2",
license="MIT",
author="Peter Dudfield",
author_email="[email protected]",
Expand Down

0 comments on commit 879fa65

Please sign in to comment.