diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1d34e63..5e4eda1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.11 +current_version = 1.1.12 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 110226b..7e31d84 100644 --- a/india_forecast_app/__init__.py +++ b/india_forecast_app/__init__.py @@ -1,2 +1,2 @@ """India Forecast App""" -__version__ = "1.1.11" +__version__ = "1.1.12" diff --git a/pyproject.toml b/pyproject.toml index f509a5f..1090965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "india_forecast_app" -version = "1.1.11" +version = "1.1.12" description = "Runs wind and PV forecasts for India and saves to database" authors = ["Chris Briggs "] readme = "README.md"