We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7241a commit d92c55fCopy full SHA for d92c55f
graphene_tornado/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.0.0.b0'
+__version__ = '3.0.0.b1'
2
3
__all__ = [
4
'__version__'
setup.py
@@ -51,7 +51,7 @@
51
52
install_requires=[
53
'six>=1.10.0',
54
- 'graphene>3.0b1',
+ 'graphene>=3.0b1',
55
'Jinja2>=2.10.1',
56
'tornado>=5.1.0',
57
'werkzeug==0.12.2'
0 commit comments