Skip to content

Commit

Permalink
Release 4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 19, 2022
1 parent 1118c8c commit a8eac8c
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(4, 11, 1, "final", 0)
__version__ = "4.11.1"
version_info = VersionInfo(4, 11, 2, "final", 0)
__version__ = "4.11.2"

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

Expand Down

0 comments on commit a8eac8c

Please sign in to comment.