Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Jan 25, 2024
1 parent 0e4431a commit 1ade9d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True
message = Bump version: {current_version} → {new_version} [ci skip]
Expand All @@ -10,4 +10,4 @@ replace = version = "{new_version}"

[bumpversion:file:india_forecast_app/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
replace = __version__ = "{new_version}"
2 changes: 1 addition & 1 deletion india_forecast_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""India Forecast App"""
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "india_forecast_app"
version = "0.1.0"
version = "0.1.1"
description = "Runs wind and PV forecasts for India and saves to database"
authors = ["Chris Briggs <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1ade9d6

Please sign in to comment.