diff --git a/docs/source/conf.py b/docs/source/conf.py index 56f0cf0..d5cd23e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,7 +107,7 @@ today_fmt = '%Y-%m-%d' # built documents. # # The short X.Y version. -version = '0.13.0' +version = '0.14.dev0' # The full version, including alpha/beta/rc tags. release = version diff --git a/pygeoapi/__init__.py b/pygeoapi/__init__.py index 9074a13..45efb6d 100644 --- a/pygeoapi/__init__.py +++ b/pygeoapi/__init__.py @@ -27,7 +27,7 @@ # # ================================================================= -__version__ = '0.13.0' +__version__ = '0.14.dev0' import click from pygeoapi.config import config