From bfc7b2a15b0e423f60eb9fdf4326d0150dbcd808 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 21 Feb 2023 09:33:44 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.8=20=E2=86=92=201.1.9?= 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 c2dfe15f0..4d0f48509 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.8 +current_version = 1.1.9 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 0636998f2..dc350d9ce 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="1.1.8", + version="1.1.9", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's nowcasting/forecasting work ", author="Jacob Bieker, Jack Kelly, Peter Dudfield",