From 1766a84418ca94496f70ee05b03912495e39ecea Mon Sep 17 00:00:00 2001 From: Igor Kasianov Date: Thu, 21 Nov 2019 13:06:25 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5daf1a1..17241e3 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.0.4' +version = '0.0.5' setup( name = 'graphene-federation',