Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
erebus1 committed Apr 19, 2020
1 parent 32413d7 commit 66a7033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '0.0.6'
version = '0.1.0'

setup(
name = 'graphene-federation',
Expand All @@ -24,7 +24,7 @@ def read(*rnames):
"graphene>=2.1.0,<3"
],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 66a7033

Please sign in to comment.