diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 1436eb2a3840ab52e645329d6c66de0a0d18d076..b9b707c30065cc41d9bc76808658ffc681584eb4 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.32.1", - "code": 45, - "date": "03.12.24" + "name": "v1.33.0", + "code": 46, + "date": "10.03.25" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 29cc386aa5a8a5211f211301c4750122bf7b9684..694ae90b09e2219515dcc539af6b488ffadbc799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.32.1" +version = "1.33.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]