Skip to content

Commit 5269af0

Browse files
committed
Set dev version
1 parent bbf50a3 commit 5269af0

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, 5, 2)
6+
version_info = (2, 6, 0, 'dev0')
77

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

0 commit comments

Comments
 (0)