Skip to content

Commit

Permalink
Merge pull request #394 from minrk/protocol-5.3
Browse files Browse the repository at this point in the history
ipykernel implements protocol v5.3
  • Loading branch information
minrk authored Jul 16, 2019
2 parents 604ee89 + a01c28a commit 638bc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
if len(version_info) > 4:
raise NotImplementedError

kernel_protocol_version_info = (5, 1)
kernel_protocol_version_info = (5, 3)
kernel_protocol_version = '%s.%s' % kernel_protocol_version_info

0 comments on commit 638bc6f

Please sign in to comment.