From a9c281643158cffc004405b45c631cc6a685dde2 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 11 Apr 2022 13:39:06 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.17=20=E2=86=92=201.2.18?= 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 6fc3fbd..a6ae869 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.17 +current_version = 1.2.18 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 94e22b7..01b9905 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="dgmr", - version="1.2.17", + version="1.2.18", packages=find_packages(), url="https://github.com/openclimatefix/skillful_nowcasting", license="MIT License",