Skip to content

Commit 85af057

Browse files
committed
updates
1 parent cbb7abb commit 85af057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter-glances-proxy"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [
99
{ name="Matus Kosut", email="[email protected]" },
1010
{ name="Diepiriye Okujagu", email="[email protected]" },

src/jupyter_glances_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def run_app():
7979
"absolute_url": False,
8080
# "rewrite_response": rewrite_netloc,
8181
"launcher_entry": {
82-
"title": "glances",
82+
"title": "Glances",
8383
"icon_path": icon_path
8484
},
8585
}

0 commit comments

Comments
 (0)