diff --git a/docs/source/conf.py b/docs/source/conf.py index dff89f1..8f39a4a 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.dev0' +version = '0.18.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index e66240e..b6c75d9 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -30,7 +30,7 @@ # # ================================================================= -__version__ = '0.18.dev0' +__version__ = '0.18.0' import click try: