From 7cde48a7b5fc0b69a8ce9083f934949362620fd5 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 23 Feb 2022 15:33:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.4=20=E2=86=92=202.0.5?= 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 11269f0..eef065f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.0.4 +current_version = 2.0.5 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 28393c0..4888920 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="metnet", - version="2.0.4", + version="2.0.5", packages=find_packages(), url="https://github.com/openclimatefix/metnet", license="MIT License",