diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d8538f7b..64044f48 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.2 +current_version = 0.0.3 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index af2b42b7..1027ae6d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="quartz_solar_forecast", - version="0.0.2", + version="0.0.3", license="MIT", author="Peter Dudfield", author_email="info@openclimatefix.org",