diff --git a/.bumpversion.cfg b/.bumpversion.cfg index baa788a..858471c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.3.0 +current_version = 1.3.1 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 07f3560..bc3d358 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="dgmr", - version="1.3.0", + version="1.3.1", packages=find_packages(), url="https://github.com/openclimatefix/skillful_nowcasting", license="MIT License",