From 98e1ba7788cc2ccfc14426625258f9f38887aac0 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 26 Aug 2024 13:49:19 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.82=20=E2=86=92=201.0.83?= =?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 b4d6def..827ade4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.0.82 +current_version = 1.0.83 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 6a0f622..690b21b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="graph_weather", - version="1.0.82", + version="1.0.83", packages=find_packages(), url="https://github.com/openclimatefix/graph_weather", license="MIT License",