Skip to content

Commit

Permalink
Version 1.0 of the jupyterlab-jupytext extension
Browse files Browse the repository at this point in the history
Same as 0.19, only dependencies differ.

#276 #278 jupyterlab/jupyterlab#6764
  • Loading branch information
mwouts committed Jul 6, 2019
1 parent c9c5652 commit 2dba8ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file removed packages/labextension/jupyterlab-jupytext-0.19.0.tgz
Binary file not shown.
Binary file removed packages/labextension/jupyterlab-jupytext-0.2.0.tgz
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-jupytext",
"version": "0.19.0",
"version": "1.0.0",
"description": "A JupyterLab extension for Jupytext",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -31,9 +31,9 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.19",
"@jupyterlab/apputils": "^0.19",
"@jupyterlab/notebook": "^0.19"
"@jupyterlab/application": "^1.0",
"@jupyterlab/apputils": "^1.0",
"@jupyterlab/notebook": "^1.0"
},
"devDependencies": {
"rimraf": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'jupytext/nbextension/jupytext_menu.png',
'jupytext/nbextension/jupytext_menu_zoom.png',
'jupytext/nbextension/jupytext.yml']),
('share/jupyter/lab/extensions', ['packages/labextension/jupyterlab-jupytext-0.19.0.tgz'])],
('share/jupyter/lab/extensions', ['packages/labextension/jupyterlab-jupytext-1.0.0.tgz'])],
entry_points={'console_scripts': ['jupytext = jupytext.cli:jupytext_cli']},
tests_require=['pytest'],
install_requires=['nbformat>=4.0.0', 'mock', 'pyyaml', 'testfixtures'],
Expand Down

0 comments on commit 2dba8ab

Please sign in to comment.