diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 80160e2..62fbb4a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.0.3 +current_version = 0.0.4 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 11530ee..8e8cccb 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_ml_metrics", - version="0.0.3", + version="0.0.4", license="MIT", description="Common metrics and baselines for OCF's energy forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield",