Skip to content

Commit 0051f82

Browse files
authored
v3.0.0b1
1 parent a2fe8dd commit 0051f82

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
@@ -42,7 +42,7 @@
4242
from .utils.module_loading import lazy_import
4343

4444

45-
VERSION = (3, 0, 0, "beta", 0)
45+
VERSION = (3, 0, 0, "beta", 1)
4646

4747

4848
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)