From d65e4316195e793b2b4e86f7b0ccc98daa4686c7 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 25 Oct 2017 10:40:58 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20Graphene=20to=202.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- graphene/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene/__init__.py b/graphene/__init__.py index df0b96f18..aedf23a95 100644 --- a/graphene/__init__.py +++ b/graphene/__init__.py @@ -34,7 +34,7 @@ from .utils.module_loading import lazy_import -VERSION = (2, 0, 0, 'alpha', 0) +VERSION = (2, 0, 0, 'final', 0) __version__ = get_version(VERSION)