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 9873af1 commit 275ffacCopy full SHA for 275ffac
jupyter_client/_version.py
@@ -3,7 +3,7 @@
3
import re
4
from typing import Union
5
6
-__version__ = "8.7.0"
+__version__ = "8.7.1.dev0"
7
8
# Build up version_info tuple for backwards compatibility
9
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
0 commit comments