Skip to content

Commit fb07783

Browse files
blochsbekabawchen
authored andcommitted
Updating to Proper Versions
1 parent c25612f commit fb07783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coveralls==3.0.1; python_version > '3.5'
33
flake8==3.7.9
44
flake8-per-file-ignores==0.6
55
future==0.18.2
6-
graphene==3.0b7
6+
graphene==3.0.0b7
77
promise==2.3
88
mongoengine==0.19.1; python_version <= '3.5'
99
mongoengine==0.23.0; python_version > '3.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
keywords="api graphql protocol rest relay graphene mongo mongoengine",
2323
packages=find_packages(exclude=["tests"]),
2424
install_requires=[
25-
"graphene==3.0b7",
25+
"graphene==3.0.0b7",
2626
"promise==2.3",
2727
"mongoengine>=0.23.0",
2828
"singledispatch>=3.4.0.3",

0 commit comments

Comments
 (0)