From 8f3430c68e9dcaf0a0d0c621050c041d18e3db68 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 27 Mar 2023 11:44:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.4=20=E2=86=92=201.2.5?= 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 bdf5d5efe..efd3e8b25 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.4 +current_version = 1.2.5 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index a277afec9..fbeae5e98 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="1.2.4", + version="1.2.5", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield",