From ba5b31811d401a7922b001352be1897894dd0eb9 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 12 Jul 2023 06:49:20 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.43=20=E2=86=92=201.2.44?= =?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 3beeace24..650017432 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.2.43 +current_version = 1.2.44 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index 8ffdfc37d..d71823896 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="1.2.43", + version="1.2.44", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's forecasting work", author="Jacob Bieker, Jack Kelly, Peter Dudfield",