From c373a953164d8bd8fc3c7643db6944eae029a66a Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Thu, 11 Jul 2024 12:47:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ows/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6c7de13..68e2c34 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/ows/__init__.py b/ows/__init__.py index 16e0d4d..b3b0ea8 100644 --- a/ows/__init__.py +++ b/ows/__init__.py @@ -29,4 +29,4 @@ __all__ = ['Version', '__version__'] -__version__ = '0.3.0' +__version__ = '0.3.1'