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 0d55af2 commit e48ea0cCopy full SHA for e48ea0c
kernel_gateway/_version.py
@@ -3,6 +3,6 @@
3
# Copyright (c) Jupyter Development Team.
4
# Distributed under the terms of the Modified BSD License.
5
6
-version_info = (2, 5, 0)
+version_info = (2, 6, 0, 'dev0')
7
8
__version__ = '.'.join(map(str, version_info))
0 commit comments