Skip to content

Commit 891e4e4

Browse files
committed
Bump to 8.8.1.dev0
1 parent e27f54b commit 891e4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44
from typing import Union
55

6-
__version__ = "8.8.0"
6+
__version__ = "8.8.1.dev0"
77

88
# Build up version_info tuple for backwards compatibility
99
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)