We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257c1d8 commit 6b43fa7Copy full SHA for 6b43fa7
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, 0)
+version_info = (1, 6, 0, '.dev0')
15
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
0 commit comments