Skip to content

Commit 66a7033

Browse files
committed
bump version
1 parent 32413d7 commit 66a7033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def read(*rnames):
66
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
77

8-
version = '0.0.6'
8+
version = '0.1.0'
99

1010
setup(
1111
name = 'graphene-federation',
@@ -24,7 +24,7 @@ def read(*rnames):
2424
"graphene>=2.1.0,<3"
2525
],
2626
classifiers=[
27-
"Development Status :: 4 - Beta",
27+
"Development Status :: 5 - Production/Stable",
2828
"Intended Audience :: Developers",
2929
"Topic :: Software Development :: Libraries",
3030
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)