Skip to content

Commit bf9e156

Browse files
committed
Updated version to 1.2.dev
1 parent df2a706 commit bf9e156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, 1, 0, 'final', 0)
36+
VERSION = (1, 2, 0, 'alpha', 0)
3737

3838
__version__ = get_version(VERSION)
3939

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
install_requires = [
2222
'six>=1.10.0',
23-
'promise>=2.0'
23+
'promise>=2.1.dev'
2424
]
2525

2626
tests_requires = [

0 commit comments

Comments
 (0)