We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a4899 commit a6ba145Copy full SHA for a6ba145
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, 6, 0, 'dev0')
+version_info = (2, 5, 1)
7
8
__version__ = '.'.join(map(str, version_info))
0 commit comments