From 97c2fb47322d82aca70700a6e605ad4e905bf600 Mon Sep 17 00:00:00 2001 From: Igor Kasianov Date: Thu, 9 Jan 2020 17:10:20 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17241e3..432742e 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.5' +version = '0.0.6' setup( name = 'graphene-federation',