From eeca29d1d83205544c6b65acf94797847c8e9f47 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 21 Dec 2022 14:41:29 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.10.39=20=E2=86=92=202.10.40?= 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 58435ee0..45189afe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.10.39 +current_version = 2.10.40 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index b7f83372..63ac827d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="satip", - version="2.10.39", + version="2.10.40", license="MIT", description="""Satip provides the functionality necessary for retrieving, and storing EUMETSAT data""",