Skip to content

Commit

Permalink
Release 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates committed Aug 10, 2020
1 parent b4c8632 commit 09a478c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions kernel_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

version_info = (
2,
5,
0,
'dev'
)
version_info = (2, 4, 2)

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

0 comments on commit 09a478c

Please sign in to comment.