diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json index 8e5ee06f9ce9f8c8cf4f9d2877fc2113c8739188..f98114b06ce72cc65663b299f70ff785b7289a36 100644 --- a/dashboard_leaf/version.json +++ b/dashboard_leaf/version.json @@ -1,7 +1,7 @@ { "version": { - "name": "v1.30.0", - "code": 40, - "date": "09.09.24" + "name": "v1.31.0", + "code": 41, + "date": "09.10.24" } } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 00b90542c29b3dd4ee8e69afaeed9540a6fe400a..8ec7a85d224a69abb43b25d1530ccdfa1a3ba610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "DashboardLeaf" -version = "1.30.0" +version = "1.31.0" description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically." authors = ["TheCodeLabsDevs"] packages = [{include = "dashboard_leaf"}]