diff --git a/docs/conf.py b/docs/conf.py index 9b9b26d..816be28 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "Thomas Bury" # The full version, including alpha/beta/rc tags -release = "1.1.1" +release = "1.1.2" # If extensions (or modules to document with autodoc) are in another # directory, add these directories to sys.path here. If the directory is diff --git a/src/geomapviz/__init__.py b/src/geomapviz/__init__.py index a82b376..72f26f5 100644 --- a/src/geomapviz/__init__.py +++ b/src/geomapviz/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2"