Skip to content

Commit 429c6fa

Browse files
authored
Merge pull request #31 from ian-r-rose/jlab_0.31
Updates for JupyterLab 0.31rc2
2 parents f94d512 + ca1dea7 commit 429c6fa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/github",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"keywords": [
66
"github",
@@ -37,14 +37,14 @@
3737
"watch": "tsc -w"
3838
},
3939
"dependencies": {
40-
"@jupyterlab/application": "^0.14.0",
41-
"@jupyterlab/apputils": "^0.14.0",
42-
"@jupyterlab/coreutils": "^1.0.1",
43-
"@jupyterlab/docmanager": "^0.14.0",
44-
"@jupyterlab/docregistry": "^0.14.0",
45-
"@jupyterlab/filebrowser": "^0.14.0",
46-
"@jupyterlab/observables": "^1.0.1",
47-
"@jupyterlab/services": "^1.0.1",
40+
"@jupyterlab/application": "^0.15.0",
41+
"@jupyterlab/apputils": "^0.15.0",
42+
"@jupyterlab/coreutils": "^1.0.2",
43+
"@jupyterlab/docmanager": "^0.15.0",
44+
"@jupyterlab/docregistry": "^0.15.0",
45+
"@jupyterlab/filebrowser": "^0.15.0",
46+
"@jupyterlab/observables": "^1.0.2",
47+
"@jupyterlab/services": "^1.0.2",
4848
"@phosphor/algorithm": "^1.1.2",
4949
"@phosphor/signaling": "^1.2.2",
5050
"@phosphor/widgets": "^1.5.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name='jupyterlab_github',
88
description='A Jupyter Notebook server extension which acts as a proxy for GitHub API requests.',
9-
version='0.4.0',
9+
version='0.5.0',
1010
packages=setuptools.find_packages(),
1111
author = 'Jupyter Development Team',
1212
author_email = '[email protected]',

0 commit comments

Comments
 (0)