From b18bb1620cfda3b6d85098ce302c5ebbf3b8f9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Fri, 28 May 2021 10:30:07 +0200 Subject: [PATCH] 0.3.0 --- VERSION | 2 +- metacatalog/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index dd767842..9325c3cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.17 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/metacatalog/__init__.py b/metacatalog/__init__.py index a47cf5ce..8ed71b2a 100644 --- a/metacatalog/__init__.py +++ b/metacatalog/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '0.2.17' +__version__ = '0.3.0' __author__ = 'Mirko Mälicke' BASEPATH = os.path.abspath(os.path.dirname(__file__))