From 743cf9704eea03353e02351cde52add7233437d6 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 22 Jul 2024 14:34:08 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.81=20=E2=86=92=201.0.82?= =?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 d663eba..b4d6def 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.0.81 +current_version = 1.0.82 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index b16e2fa..6a0f622 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="graph_weather", - version="1.0.81", + version="1.0.82", packages=find_packages(), url="https://github.com/openclimatefix/graph_weather", license="MIT License",