Skip to content

Commit

Permalink
Release 6.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Jun 22, 2021
1 parent 6857f35 commit a818961
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
@@ -1,4 +1,4 @@
version_info = (6, 0, 0, "rc0")
version_info = (6, 0, 0, "rc1")
__version__ = ".".join(map(str, version_info[:3]))

# pep440 is annoying, beta/alpha/rc should _not_ have dots or pip/setuptools
Expand Down

0 comments on commit a818961

Please sign in to comment.