diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 27ecc8b..3946dac 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 4.1.16 +current_version = 4.1.17 message = Bump version: {current_version} → {new_version} [ci skip] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index d914ec7..e4cb5ff 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="metnet", - version="4.1.16", + version="4.1.17", packages=find_packages(), url="https://github.com/openclimatefix/metnet", license="MIT License",