Skip to content

Commit

Permalink
Release 5.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 19, 2022
1 parent 1fd79f9 commit 73f8790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])

version_info = VersionInfo(5, 0, 0, "candidate", 1)
__version__ = "5.0.0rc1"
version_info = VersionInfo(5, 0, 0, "candidate", 2)
__version__ = "5.0.0rc2"

_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": "", "dev": "dev"}

Expand Down

0 comments on commit 73f8790

Please sign in to comment.