From ee7611f75df019c043e253ee79e91bc9e9f68519 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 23 Oct 2024 16:41:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.73=20=E2=86=92=201.0.0=20?= =?UTF-8?q?[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- india_forecast_app/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8d902b5..146f46e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.73 +current_version = 1.0.0 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 204aab8..e7cec44 100644 --- a/india_forecast_app/__init__.py +++ b/india_forecast_app/__init__.py @@ -1,2 +1,2 @@ """India Forecast App""" -__version__ = "0.1.73" +__version__ = "1.0.0" diff --git a/pyproject.toml b/pyproject.toml index 6d1ee04..edd002f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "india_forecast_app" -version = "0.1.73" +version = "1.0.0" description = "Runs wind and PV forecasts for India and saves to database" authors = ["Chris Briggs "] readme = "README.md"