diff --git a/.bumpversion.cfg b/.bumpversion.cfg index edb3178..54fccb3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.24 +current_version = 1.1.25 commit = True tag = True message = Bump version: {current_version} → {new_version} [ci skip] diff --git a/india_forecast_app/__init__.py b/india_forecast_app/__init__.py index 012915c..77f5c58 100644 --- a/india_forecast_app/__init__.py +++ b/india_forecast_app/__init__.py @@ -1,2 +1,2 @@ """India Forecast App""" -__version__ = "1.1.24" +__version__ = "1.1.25" diff --git a/pyproject.toml b/pyproject.toml index ad6d96a..beba6be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"