diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d9c5c8..b5e0e8f 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} [ci skip] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index f42c825..9834e3f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="solar_and_storage", - version="0.0.9", + version="0.0.10", license="MIT", description="Modelling for Solar and Storage", author="Peter Dudfield",