Skip to content

Commit 09a478c

Browse files
committed
Release 2.4.2
1 parent b4c8632 commit 09a478c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

kernel_gateway/_version.py

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

6-
version_info = (
7-
2,
8-
5,
9-
0,
10-
'dev'
11-
)
6+
version_info = (2, 4, 2)
127

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

0 commit comments

Comments
 (0)