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 6607c5c commit b53f9c3Copy full SHA for b53f9c3
jupyter_server/_version.py
@@ -11,5 +11,5 @@
11
# However, be sure to INCLUDE a dot prefix when adding the dev release: X.Y.Z.devN
12
# See: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
13
14
-version_info = (1, 5, 1)
+version_info = (1, 6, 0, '.dev0')
15
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
0 commit comments