From 551a0d0b1d3c0f335d9cb62f542b21dedf53b5c3 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 19 Oct 2015 23:04:07 -0700 Subject: [PATCH] Improved version (using alpha status) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86884e7c..703a9a02 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='graphene', - version='0.1.5.3', + version='0.1.6a1', description='Graphene: Python DSL for GraphQL', long_description=open('README.rst').read(),