diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e5a924355..4207d5e22 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.3.5 +current_version = 3.3.6 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index a8ac3e7b4..df0be3f86 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="3.3.5", + version="3.3.6", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield, James Fulton",