Skip to content

Commit f2d7573

Browse files
committed
Release 2.0.0rc1
1 parent 1b999ac commit f2d7573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (2, 0, 0, 'rc', 0)
1+
version_info = (2, 0, 0, 'rc', 1)
22
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(map(str, version_info[3:]))

0 commit comments

Comments
 (0)