From 8e611307a29c56dc93dee0f18b5985b27d04db5b Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 3 Jun 2024 12:06:24 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.3.30=20=E2=86=92=203.3.31?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c25d2b0c..f45ba5b0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.3.30 +current_version = 3.3.31 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 5f70ded1..b7062848 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="3.3.30", + version="3.3.31", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield, James Fulton",