From 176bcf62d29a9a3a0abdd3bda5246c8b2aad9a94 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 6 Mar 2023 16:20:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.5=20=E2=86=92=200.0.6?= 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 d22d360..c187e40 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.5 +current_version = 0.0.6 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 82f4511..4782b97 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_ml_metrics", - version="0.0.5", + version="0.0.6", license="MIT", description="Common metrics and baselines for OCF's energy forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield",