From 32e5a916aaad256cce011355393fdf15ebf43767 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Tue, 9 Nov 2021 10:51:58 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.37=20=E2=86=92=202.1.38?= 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 8d9b83ce..34bfd1a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.1.37 +current_version = 2.1.38 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 35a3e075..e63ba69a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="satip", - version="2.1.37", + version="2.1.38", license="MIT", description="Satip provides the functionality necessary for retrieving, and storing EUMETSAT data", author="Jacob Bieker, Ayrton Bourn",