diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de36e34f..1358b111 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.3.33 +current_version = 3.3.34 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index b7c12006..3d839053 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="ocf_datapipes", - version="3.3.33", + version="3.3.34", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield, James Fulton",