diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b4d21ae..bd6e32a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 1.0.66 +current_version = 1.0.67 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 8e30f8d..840677f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="graph_weather", - version="1.0.66", + version="1.0.67", packages=find_packages(), url="https://github.com/openclimatefix/graph_weather", license="MIT License",