diff --git a/pyproject.toml b/pyproject.toml index e641c2a7..0b5c5fda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sketch_map_tool" -version = "1.1.2" +version = "1.1.3" description = "" authors = ["HeiGIT "] license = "GNU Affero General Public License v3.0" diff --git a/sketch_map_tool/__init__.py b/sketch_map_tool/__init__.py index 7f71a310..30ea7590 100644 --- a/sketch_map_tool/__init__.py +++ b/sketch_map_tool/__init__.py @@ -6,7 +6,7 @@ from sketch_map_tool.config import get_config_value from sketch_map_tool.database import client_flask as db_client -__version__ = "1.1.2" +__version__ = "1.1.3" def make_flask() -> Flask: