File tree 3 files changed +3
-3
lines changed
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.
37
37
38
38
## Prerequisites
39
39
40
- * JupyterLab 0.28
40
+ * JupyterLab 0.29
41
41
* A GitHub account for the serverextension
42
42
43
43
## Installation
Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {
34
34
"@jupyterlab/application" : " ^0.12.0" ,
35
- "@jupyterlab/apputils" : " ^0.12.0 " ,
35
+ "@jupyterlab/apputils" : " ^0.12.4 " ,
36
36
"@jupyterlab/coreutils" : " ^0.12.0" ,
37
37
"@jupyterlab/docmanager" : " ^0.12.0" ,
38
38
"@jupyterlab/docregistry" : " ^0.12.0" ,
Original file line number Diff line number Diff line change 6
6
setuptools .setup (
7
7
name = 'jupyterlab_github' ,
8
8
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 ' ,
10
10
packages = setuptools .find_packages (),
11
11
author = 'Jupyter Development Team' ,
12
12
author_email = '[email protected] ' ,
You can’t perform that action at this time.
0 commit comments