Skip to content

Commit 66433b2

Browse files
committed
v0.7.0
1 parent 477d7bf commit 66433b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab_github/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from notebook.utils import url_path_join, url_escape
1111
from notebook.base.handlers import APIHandler
1212

13-
__version__ = '0.5.1'
13+
__version__ = '0.6.0'
1414

1515

1616
link_regex = re.compile(r'<([^>]*)>;\s*rel="([\w]*)\"')

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.6.0",
3+
"version": "0.7.0",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)