From cf28d064778e1f4b3d311eb5c232ef774c7f1178 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 26 Jun 2023 08:23:35 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.34=20=E2=86=92=201.2.35?= 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 4d770c60c..aa81949b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.34 +current_version = 1.2.35 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 51634cac6..84bf9535b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="1.2.34", + version="1.2.35", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield",