From 5d5e55a59be58d0b629b00daa4f6db51c57b38a3 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 12 Apr 2023 22:15:35 -0400 Subject: [PATCH] update release version 0.29.1 --- VERSION.txt | 2 +- owslib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 19b9c62e..25939d35 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.30.dev0 +0.29.1 diff --git a/owslib/__init__.py b/owslib/__init__.py index 708bf206..5bb330e8 100644 --- a/owslib/__init__.py +++ b/owslib/__init__.py @@ -1 +1 @@ -__version__ = '0.30.dev0' +__version__ = '0.29.1'