Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Nov 20, 2023
1 parent 2e17ae0 commit dc6d56e
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 = 1.0.1
current_version = 1.0.2
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:forecast-inference/pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion database-cleanup/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "database-cleanup"
version = "1.0.1"
version = "1.0.2"
description = ""
authors = ["Open Climate Fix"]
packages = [{include = "database_cleanup"}]
Expand Down
2 changes: 1 addition & 1 deletion forecast-inference/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "forecast-inference"
version = "1.0.1"
version = "1.0.2"
description = ""
authors = ["Peter Dudfield"]
packages = [{include = "forecast_inference"}]
Expand Down

0 comments on commit dc6d56e

Please sign in to comment.