From 0bcdeba1f0188401933d3f60b57121076d4f0438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Rossi?= Date: Mon, 10 Jun 2019 11:20:58 -0300 Subject: [PATCH] Version bump to v0.0.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a45f862..98ea4a9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='greenswitch', - version='0.0.9', + version='0.0.10', description=u'Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent.', long_description=readme, author=u'Ítalo Rossi',