Skip to content

Commit 0a54094

Browse files
authored
v3.0.0b8
1 parent 9c1db0f commit 0a54094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from .utils.module_loading import lazy_import
4242
from .utils.resolve_only_args import resolve_only_args
4343

44-
VERSION = (3, 0, 0, "beta", 7)
44+
VERSION = (3, 0, 0, "beta", 8)
4545

4646

4747
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)