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.
2 parents 8109251 + d4eb85d commit 920c5ccCopy full SHA for 920c5cc
notebook/_version.py
@@ -5,7 +5,7 @@
5
import re
6
7
# Version string must appear intact for tbump versioning
8
-__version__ = '6.4.11'
+__version__ = '6.4.12.dev0'
9
10
# Build up version_info tuple for backwards compatibility
11
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
0 commit comments