diff --git a/chesscog/__version__.py b/chesscog/__version__.py index 845be453..d1eb7428 100644 --- a/chesscog/__version__.py +++ b/chesscog/__version__.py @@ -1 +1 @@ -__version__ = "0.2.5" \ No newline at end of file +__version__ = "0.2.6" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a8decffe..0f64c20f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "chesscog" -version = "0.2.5" +version = "0.2.6" description = "" authors = [ "Georg Wölflein ",] include = [ "config/*.yaml", "config/**/_*.yaml",]