Skip to content

Commit

Permalink
Release 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 8, 2022
1 parent e7eeb9e commit d3f61f3
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, 0, "final", 0)
__version__ = "4.11.0"
version_info = VersionInfo(4, 11, 1, "final", 0)
__version__ = "4.11.1"

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

Expand Down

0 comments on commit d3f61f3

Please sign in to comment.