-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version: 1.1.24 → 1.1.25 [ci skip]
- Loading branch information
BumpVersion Action
committed
Dec 18, 2024
1 parent
02be614
commit c34aa8f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""India Forecast App""" | ||
__version__ = "1.1.24" | ||
__version__ = "1.1.25" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "india_forecast_app" | ||
version = "1.1.24" | ||
version = "1.1.25" | ||
description = "Runs wind and PV forecasts for India and saves to database" | ||
authors = ["Chris Briggs <[email protected]>"] | ||
readme = "README.md" | ||
|