File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ This process is described in the [installation](#Installation) section.
3737
3838## Prerequisites
3939
40- * JupyterLab 0.28
40+ * JupyterLab 0.29
4141* A GitHub account for the serverextension
4242
4343## Installation
Original file line number Diff line number Diff line change 3232 },
3333 "dependencies" : {
3434 "@jupyterlab/application" : " ^0.12.0" ,
35- "@jupyterlab/apputils" : " ^0.12.0 " ,
35+ "@jupyterlab/apputils" : " ^0.12.4 " ,
3636 "@jupyterlab/coreutils" : " ^0.12.0" ,
3737 "@jupyterlab/docmanager" : " ^0.12.0" ,
3838 "@jupyterlab/docregistry" : " ^0.12.0" ,
Original file line number Diff line number Diff line change 66setuptools .setup (
77 name = 'jupyterlab_github' ,
88 description = 'A Jupyter Notebook server extension which acts as a proxy for GitHub API requests.' ,
9- version = '0.1.1 ' ,
9+ version = '0.2.0 ' ,
1010 packages = setuptools .find_packages (),
1111 author = 'Jupyter Development Team' ,
1212 author_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments