Skip to content

Commit

Permalink
Release 6.0.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 6, 2021
1 parent 20a7d12 commit 317159f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, "a5")
version_info = (6, 0, 0, "a6")
__version__ = ".".join(map(str, version_info[:3]))

# pep440 is annoying, beta/alpha/rc should _not_ have dots or pip/setuptools
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run(self):
install_requires=[
'importlib-metadata<4;python_version<"3.8.0"',
'debugpy>=1.0.0',
'ipython>=7.23.0',
'ipython>=7.23.1',
'traitlets>=4.1.0',
'jupyter_client',
'tornado>=4.2',
Expand Down

0 comments on commit 317159f

Please sign in to comment.