Skip to content

Commit d994409

Browse files
committed
v0.1.1
1 parent d1ac51a commit d994409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/github",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"author": "Ian Rose",
66
"main": "lib/index.js",

setup.py

Lines changed: 1 addition & 1 deletion
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.0',
9+
version='0.1.1',
1010
packages=setuptools.find_packages(),
1111
author = 'Jupyter Development Team',
1212
author_email = '[email protected]',

0 commit comments

Comments
 (0)