diff --git a/setup.py b/setup.py index 16c9ee0..f55ec64 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() -version = '0.1.0' +version = '0.2.0' setup( name = 'graphene-federation',