From 9d327c773ad3c5a1ff2bf7672a29b35de305907e Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 14 Feb 2023 10:16:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.1.9=20=E2=86=92=204.1.10?= 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 c494fd5..c570f3c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 4.1.9 +current_version = 4.1.10 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 245e7e7..a749f63 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="metnet", - version="4.1.9", + version="4.1.10", packages=find_packages(), url="https://github.com/openclimatefix/metnet", license="MIT License",