Skip to content

Commit

Permalink
Merge pull request preply#33 from preply/bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
erebus1 authored Apr 19, 2020
2 parents 32413d7 + 66a7033 commit e90b2ee
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 e90b2ee

Please sign in to comment.