From 0a6ad76216580dd868f387e8cc0cadf0341e786e Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 14 Aug 2024 13:35:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.5=20=E2=86=92=200.0.6=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 fd0ea33..a14f478 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 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 71c2178..f66b546 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_data_sampler", - version="0.0.5", + version="0.0.6", license="MIT", description="Sample from weather data for renewable energy prediction", author="James Fulton, Peter Dudfield, and the Open Climate Fix team",