diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7ca632db..e4af4557 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.46 +current_version = 1.0.47 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index ba80d2eb..ef82cae6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="quartz_solar_forecast", - version="1.0.46", + version="1.0.47", license="MIT", author="Peter Dudfield", author_email="info@openclimatefix.org",