From c7d0cb0571642e01b83683f36c700a73ecc7ea62 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 6 Jan 2022 07:52:27 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.2=20=E2=86=92=201.2.3?= 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 1ac5edd..1c5f892 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.2 +current_version = 1.2.3 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 7fb5a10..6f04150 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="skillful_nowcasting", - version="1.2.2", + version="1.2.3", packages=find_packages(), url="https://github.com/openclimatefix/skillful_nowcasting", license="MIT License",