From ca47b88872e3b22ca0c9463bf3606c1e89086740 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ellison=20Lea=CC=83o?= Date: Thu, 3 Jul 2014 13:59:36 -0300 Subject: [PATCH] Bum new version for #2 fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7c940b..4271123 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.1.4' +version = '0.1.5' install_requires = [ "SQLAlchemy", -- 2.25.1