From d6c1255a2549fc76c29a022b8c37936be1662a50 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 4 Jul 2024 12:25:42 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.52=20=E2=86=92=201.0.53?= 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 8189d1f..bc47f36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.0.52 +current_version = 1.0.53 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 4d36061..762d2e8 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="graph_weather", - version="1.0.52", + version="1.0.53", packages=find_packages(), url="https://github.com/openclimatefix/graph_weather", license="MIT License",