We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477d7bf commit 66433b2Copy full SHA for 66433b2
jupyterlab_github/__init__.py
@@ -10,7 +10,7 @@
10
from notebook.utils import url_path_join, url_escape
11
from notebook.base.handlers import APIHandler
12
13
-__version__ = '0.5.1'
+__version__ = '0.6.0'
14
15
16
link_regex = re.compile(r'<([^>]*)>;\s*rel="([\w]*)\"')
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jupyterlab/github",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "JupyterLab viewer for GitHub repositories",
5
"keywords": [
6
"github",
0 commit comments