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