From 75760af284823906e535de53f03a79b0ddf3dc2b Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 23 Sep 2024 18:59:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.83=20=E2=86=92=201.0.84?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 827ade4..f16c0a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.0.83 +current_version = 1.0.84 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 690b21b..c772887 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="graph_weather", - version="1.0.83", + version="1.0.84", packages=find_packages(), url="https://github.com/openclimatefix/graph_weather", license="MIT License",