From ac1fa677898df6521af2b02384f971b7e43772a1 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Wed, 4 Jun 2014 11:47:38 +0900 Subject: [PATCH] release 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 275a9a7..1f1b1ef 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.0.1' +version = '0.0.2' install_requires = [ "SQLAlchemy", -- 2.25.1