Merge pull request #177 from jtpio/version

`jupyter retro --version` returns the version
This commit is contained in:
Jeremy Tuloup 2021-07-14 10:06:48 +02:00 committed by GitHub
commit 030314a845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"