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

Commit

Permalink
Merge pull request #14 from erebus1/0_0_3v
Browse files Browse the repository at this point in the history
0.0.3 version
  • Loading branch information
erebus1 authored Oct 16, 2019
2 parents 89f239a + 4d3afb1 commit 86cf0e6
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 @@ -9,7 +9,7 @@ def read(*rnames):
setup(
name = 'graphene-federation',
packages = ['graphene_federation'],
version = '0.0.2',
version = '0.0.3',
license='MIT',
description = 'Federation implementation for graphene',
long_description=(read('README.md')),
Expand All @@ -23,7 +23,7 @@ def read(*rnames):
"graphene>=2.1.0,<3"
],
classifiers=[
'Development Status :: 3 - Alpha',
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 86cf0e6

Please sign in to comment.