We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdde14 commit 7a2c99fCopy full SHA for 7a2c99f
docs/source/conf.py
@@ -112,7 +112,7 @@ def __getattr__(cls, name):
112
# built documents.
113
#
114
# The short X.Y version.
115
-version = '0.22.0'
+version = '0.23.dev0'
116
# The full version, including alpha/beta/rc tags.
117
release = version
118
pygeoapi/__init__.py
@@ -30,7 +30,7 @@
30
31
# =================================================================
32
33
-__version__ = '0.22.0'
+__version__ = '0.23.dev0'
34
35
import click
36
try:
0 commit comments