Skip to content

Commit 5a13e14

Browse files
committed
Updated graphql-core version to 1.0 🎉
1 parent 7faa7fc commit 5a13e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎graphql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
__GRAPHQL_SETUP__ = False
3434

3535

36-
VERSION = (1, 0, 0, 'alpha', 0)
36+
VERSION = (1, 0, 0, 'final', 0)
3737

3838
__version__ = get_version(VERSION)
3939

0 commit comments

Comments
 (0)