We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17363af commit 8af13c0Copy full SHA for 8af13c0
graphql_server/version.py
@@ -4,7 +4,7 @@
4
__all__ = ["version", "version_info"]
5
6
7
-version = "3.0.0b6"
+version = "3.0.0b7"
8
9
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
10
0 commit comments