From 3ffeb038cc6a13618c8f5619582e046132950352 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Fri, 22 Oct 2021 08:36:41 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.7=20=E2=86=92=202.1.8?= 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 11a3de76..e727c2f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.1.7 +current_version = 2.1.8 [bumpversion:file:setup.py] search = version="{current_version}" diff --git a/setup.py b/setup.py index 4f44a105..6f3080a4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="satip", - version="2.1.7", + version="2.1.8", license="MIT", description="Satip provides the functionality necessary for retrieving, and storing EUMETSAT data", author="Jacob Bieker, Ayrton Bourn",