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 dfe6f77 commit 513f9cbCopy full SHA for 513f9cb
setup.py
@@ -5,7 +5,7 @@
5
with open(path.join(HERE, 'README.md'), 'r', encoding = 'utf-8') as fh:
6
long_description = fh.read()
7
8
-version='0.2.3'
+version='0.3.0'
9
setup(
10
name = 'jupyter-xprahtml5-proxy',
11
version = version,
@@ -34,7 +34,7 @@
34
'xprahtml5 = jupyter_xprahtml5_proxy:setup_xprahtml5',
35
]
36
},
37
- install_requires = ['jupyter-server-proxy>=1.4.0'],
+ install_requires = ['jupyter-server-proxy>=1.5.0'],
38
include_package_data = True,
39
zip_safe = False
40
)
0 commit comments