Skip to content

Commit 513f9cb

Browse files
committed
fix version numbers
1 parent dfe6f77 commit 513f9cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open(path.join(HERE, 'README.md'), 'r', encoding = 'utf-8') as fh:
66
long_description = fh.read()
77

8-
version='0.2.3'
8+
version='0.3.0'
99
setup(
1010
name = 'jupyter-xprahtml5-proxy',
1111
version = version,
@@ -34,7 +34,7 @@
3434
'xprahtml5 = jupyter_xprahtml5_proxy:setup_xprahtml5',
3535
]
3636
},
37-
install_requires = ['jupyter-server-proxy>=1.4.0'],
37+
install_requires = ['jupyter-server-proxy>=1.5.0'],
3838
include_package_data = True,
3939
zip_safe = False
4040
)

0 commit comments

Comments
 (0)