From ff8db22bfd4d5b62c84932faee04f73e63de4b59 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Mon, 7 Aug 2023 23:24:30 +0200
Subject: [PATCH] v1.23.1; fixed pyproject.toml

---
 dashboard_leaf/version.json | 4 ++--
 pyproject.toml              | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index 6aef399..8d9b85b 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.23.0",
-        "code": 32,
+        "name": "v1.23.1",
+        "code": 33,
         "date": "07.08.23"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 788c405..c2769c0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,9 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.23.0"
+version = "1.23.1"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
+packages = [{include = "contabo_snapshotter"}]
 
 [[tool.poetry.source]]
 name = "TheCodeLabs"
-- 
GitLab