diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 827ade4..f16c0a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.0.83 +current_version = 1.0.84 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 690b21b..c772887 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="graph_weather", - version="1.0.83", + version="1.0.84", packages=find_packages(), url="https://github.com/openclimatefix/graph_weather", license="MIT License",