Skip to content

Commit

Permalink
bump lab extension in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelie committed Mar 4, 2020
1 parent 91d96b7 commit 6c603bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'jupytext/nbextension/jupytext_menu.png',
'jupytext/nbextension/jupytext_menu_zoom.png',
'jupytext/nbextension/jupytext.yml']),
('share/jupyter/lab/extensions', ['packages/labextension/jupyterlab-jupytext-1.1.1.tgz'])],
('share/jupyter/lab/extensions', ['packages/labextension/jupyterlab-jupytext-1.2.0.tgz'])],
entry_points={'console_scripts': ['jupytext = jupytext.cli:jupytext']},
tests_require=['pytest'],
install_requires=['nbformat>=4.0.0', 'pyyaml', 'mock;python_version<"3"'],
Expand Down

0 comments on commit 6c603bb

Please sign in to comment.