From c46e85e1557eeae80948981c1329f6f3f777a51c Mon Sep 17 00:00:00 2001 From: Michael Ortali Date: Tue, 9 Jun 2020 18:16:46 -0400 Subject: [PATCH] Update setup.py Bump alpha version to include #96. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec84972..84b0ea6 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='Garcon', - version='1.0.0a2', + version='1.0.0a3', url='https://github.com/xethorn/garcon/', author='Michael Ortali', author_email='hello@xethorn.net',