From 6171597fb90f2fd88f2d10c2c73076897e2c2f9b Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Wed, 13 Mar 2024 11:16:17 +0200 Subject: [PATCH] switch 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 2be4d6b..b16e75e 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.16.1' +version = '0.17.dev0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 701b000..96a91ce 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -30,7 +30,7 @@ # # ================================================================= -__version__ = '0.16.1' +__version__ = '0.17.dev0' import click try: