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 b1ae9c8 commit 56edde6Copy full SHA for 56edde6
coverage/version.py
@@ -8,7 +8,7 @@
8
9
# version_info: same semantics as sys.version_info.
10
# _dev: the .devN suffix if any.
11
-version_info = (7, 10, 8, "alpha", 0)
+version_info = (7, 11, 0, "alpha", 0)
12
_dev = 1
13
14
0 commit comments