From afe4b8c5d37b7de857a92c3b1717801fd0f20fa5 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 4 Jul 2014 12:13:39 +0900 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a6b534..c08ef18 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.7' +version = '0.1.8' install_requires = [ "SQLAlchemy", -- 2.25.1