Skip to content

Commit a6ba145

Browse files
committed
Release 2.5.1
1 parent 85a4899 commit a6ba145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_gateway/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Copyright (c) Jupyter Development Team.
44
# Distributed under the terms of the Modified BSD License.
55

6-
version_info = (2, 6, 0, 'dev0')
6+
version_info = (2, 5, 1)
77

88
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)