From 2099aac903154dd0ca795e86d912eae8c8e76e46 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 1 Feb 2024 19:42:52 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.11=20=E2=86=92=200.0.12?= =?UTF-8?q?=20[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 78c591d0..d3805ef5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.11 +current_version = 0.0.12 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 0122c8cc..4c84787b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="quartz_solar_forecast", - version="0.0.11", + version="0.0.12", license="MIT", author="Peter Dudfield", author_email="info@openclimatefix.org",