From dbc0b53e7c7a6978e92d3f2bcac1359157553fe2 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 5 Jan 2023 16:04:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.11=20=E2=86=92=201.0.12?= 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 178b08e8c..917367922 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.0.11 +current_version = 1.0.12 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index e8680f57a..097d13182 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ocf_datapipes", - version="1.0.11", + version="1.0.12", license="MIT", description="Pytorch Datapipes built for use in Open Climate Fix's nowcasting/forecasting work ", author="Jacob Bieker, Jack Kelly, Peter Dudfield",