From 512a273f29d93bdedcba308f0152d7ab8a4a90df Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 31 Jan 2020 16:13:27 +0000 Subject: [PATCH] update release version 0.19.1 --- VERSION.txt | 2 +- owslib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 1cf0537c3..41915c799 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.19.0 +0.19.1 diff --git a/owslib/__init__.py b/owslib/__init__.py index 482e4a19c..db7a41602 100644 --- a/owslib/__init__.py +++ b/owslib/__init__.py @@ -1 +1 @@ -__version__ = '0.19.0' +__version__ = '0.19.1'