From b3a70719a2f2de6f0327989cde533b17322a1bdc Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Fri, 27 Sep 2024 20:39:45 +0300 Subject: [PATCH] back to dev --- docs/source/conf.py | 2 +- pygeoapi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8f39a4a..6a9e11d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -112,7 +112,7 @@ today_fmt = '%Y-%m-%d' # built documents. # # The short X.Y version. -version = '0.18.0' +version = '0.19.dev0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index b6c75d9..9c5d356 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -30,7 +30,7 @@ # # ================================================================= -__version__ = '0.18.0' +__version__ = '0.19.dev0' import click try: