We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b6b6f commit 4c469e0Copy full SHA for 4c469e0
jupyter_client/_version.py
@@ -1,4 +1,4 @@
1
-version_info = (7, 0, 0, "dev")
+version_info = (7, 0, 0, "rc0")
2
__version__ = ".".join(map(str, version_info))
3
4
protocol_version_info = (5, 3)
0 commit comments