Skip to content

Commit 317159f

Browse files
committed
Release 6.0.0a6
1 parent 20a7d12 commit 317159f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipykernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (6, 0, 0, "a5")
1+
version_info = (6, 0, 0, "a6")
22
__version__ = ".".join(map(str, version_info[:3]))
33

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run(self):
7676
install_requires=[
7777
'importlib-metadata<4;python_version<"3.8.0"',
7878
'debugpy>=1.0.0',
79-
'ipython>=7.23.0',
79+
'ipython>=7.23.1',
8080
'traitlets>=4.1.0',
8181
'jupyter_client',
8282
'tornado>=4.2',

0 commit comments

Comments
 (0)