diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index dbedc33e532248d553a8e200b6590de84b1cd8cc..1c9e7f34441f4dc0dd629317604ca39ddfd96ae8 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.31.1", - "code": 42, + "name": "v1.31.2", + "code": 43, "date": "09.10.24" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 05a9d9b24130f1c2d2a88796f615c41dfed22c7c..b9d0a10a635184f7d041c4c1693702c923007e4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.31.1" +version = "1.31.2" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]