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 32413d7 commit 66a7033Copy full SHA for 66a7033
setup.py
@@ -5,7 +5,7 @@
5
def read(*rnames):
6
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
7
8
-version = '0.0.6'
+version = '0.1.0'
9
10
setup(
11
name = 'graphene-federation',
@@ -24,7 +24,7 @@ def read(*rnames):
24
"graphene>=2.1.0,<3"
25
],
26
classifiers=[
27
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
28
"Intended Audience :: Developers",
29
"Topic :: Software Development :: Libraries",
30
"Programming Language :: Python :: 3.6",
0 commit comments