From ffceee9b93c62a74304174375f171daa8931eebe Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 26 Oct 2021 15:16:48 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.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 62fbb4a..d22d360 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.4 +current_version = 0.0.5 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 7bb8a03..c4f45b6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="skillful_nowcasting", - version="0.0.4", + version="0.0.5", packages=find_packages(), url="https://github.com/openclimatefix/skillful_nowcasting", license="MIT License",