Skip to content

Commit 84582eb

Browse files
authored
v3.0.0b6
1 parent e24ac54 commit 84582eb

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", 5)
44+
VERSION = (3, 0, 0, "beta", 6)
4545

4646

4747
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)