From 1ade9d687eb664d9c33f769179523b04a328629b Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 25 Jan 2024 15:30:52 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1=20[?= =?UTF-8?q?ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- india_forecast_app/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c60e369..d459c31 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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] @@ -10,4 +10,4 @@ replace = version = "{new_version}" [bumpversion:file:india_forecast_app/__init__.py] search = __version__ = "{current_version}" -replace = __version__ = "{new_version}" \ No newline at end of file +replace = __version__ = "{new_version}" diff --git a/india_forecast_app/__init__.py b/india_forecast_app/__init__.py index cbca200..f572f19 100644 --- a/india_forecast_app/__init__.py +++ b/india_forecast_app/__init__.py @@ -1,2 +1,2 @@ """India Forecast App""" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 7400861..6bb4baf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"