Skip to content

Commit 9184856

Browse files
committed
Back to dev version
1 parent 30056f3 commit 9184856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_gateway/_version.py

Lines changed: 1 addition & 1 deletion
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, 4, 3)
6+
version_info = (2, 5, 0, 'dev0')
77

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

0 commit comments

Comments
 (0)