diff --git a/docs/source/conf.py b/docs/source/conf.py index ff0198d..2764cf7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "octree-creation" -release = "0.1.0" +release = "0.1.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/octree_creation_app/__init__.py b/octree_creation_app/__init__.py index b4bd061..b891344 100644 --- a/octree_creation_app/__init__.py +++ b/octree_creation_app/__init__.py @@ -11,7 +11,7 @@ from geoapps_utils.importing import assets_path as assets_path_impl -__version__ = "0.1.0" +__version__ = "0.1.1" def assets_path() -> Path: diff --git a/pyproject.toml b/pyproject.toml index f4e0c69..252ff64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "octree-creation-app" -version = "0.1.0" +version = "0.1.1" license = "MIT" description = "Octree creation app." authors = ["Mira Geoscience "]