`jupyter retro --version` returns the version

pull/6294/head
Jeremy Tuloup 5 years ago
parent 773dff6d99
commit 40a1f2e817

@ -161,6 +161,7 @@ class RetroApp(NBClassicConfigShimMixin, LabServerApp):
name = "retro"
app_name = "RetroLab"
description = "RetroLab - A JupyterLab Distribution with a retro look and feel"
version = version
app_version = version
extension_url = "/retro"
default_url = "/retro/tree"

Loading…
Cancel
Save