Skip to content

Commit

Permalink
Set dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Feb 6, 2023
1 parent bbf50a3 commit 5269af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

version_info = (2, 5, 2)
version_info = (2, 6, 0, 'dev0')

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

0 comments on commit 5269af0

Please sign in to comment.