From 2346c9f8e457a8f095127539d1575e09acf8ca47 Mon Sep 17 00:00:00 2001 From: Joway Wang Date: Sun, 21 Jan 2018 23:41:15 +0800 Subject: [PATCH] 0.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f869467..e280f2c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='pylemon', - version='0.0.7', + version='0.0.8', description='An async and lightweight API framework for python .', url='https://github.com/joway/lemon', author='Joway Wang',