Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Mar 25, 2024
1 parent 6b37d31 commit 81484fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sketch_map_tool"
version = "2.0.0"
version = "2.0.1"
description = ""
authors = ["HeiGIT <info@heigit.org>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion sketch_map_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sketch_map_tool.config import get_config_value
from sketch_map_tool.database import client_flask as db_client

__version__ = "2.0.0"
__version__ = "2.0.1"

# Setup logging
LEVEL = getattr(logging, get_config_value("log-level").upper())
Expand Down

0 comments on commit 81484fd

Please sign in to comment.