From 62d9ac0fe897f1b3757a3a6f228217fe2cf087e3 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 29 Jan 2024 14:03:26 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.9=20=E2=86=92=200.0.10=20?= =?UTF-8?q?[skip=20ci]?= 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 52538f93..fac35b03 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.9 +current_version = 0.0.10 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index f7140c4a..bbff8873 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="quartz_solar_forecast", - version="0.0.9", + version="0.0.10", license="MIT", author="Peter Dudfield", author_email="info@openclimatefix.org",