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