diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f82e80192..16a721e06 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.5.0 +current_version = 0.5.1 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 8538908f2..cebee829d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="0.5.0", + version="0.5.1", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's nowcasting/forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield",