diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 659a65d..e99d732 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.23 +current_version = 1.2.24 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 829fdac..f20befd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="dgmr", - version="1.2.23", + version="1.2.24", packages=find_packages(), url="https://github.com/openclimatefix/skillful_nowcasting", license="MIT License",