diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 6aef399e15d0f536403f6188f0e7f5fc80c71005..8d9b85bfc372fdcc5c9d8e7a493b9cfb172ee419 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 788c405e8c0fca3e0c3735089205b74cb52c1def..c2769c0b89b2dba744dfadc1baf4358d3afa608d 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"