From 768e8e3f4777715c5e952100d65141e09c73a57e Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Thu, 28 Oct 2021 11:35:56 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.19=20=E2=86=92=202.1.20?= 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 36cb816e..3c013188 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.1.19 +current_version = 2.1.20 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 546cc9a8..920edb83 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="satip", - version="2.1.19", + version="2.1.20", license="MIT", description="Satip provides the functionality necessary for retrieving, and storing EUMETSAT data", author="Jacob Bieker, Ayrton Bourn",