Skip to content

Commit dbee1d2

Browse files
committed
v0.2.0
1 parent d916cb8 commit dbee1d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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",

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.1.1',
9+
version='0.2.0',
1010
packages=setuptools.find_packages(),
1111
author = 'Jupyter Development Team',
1212
author_email = '[email protected]',

0 commit comments

Comments
 (0)