From 93266a57ead6b2ed089b1358c1e2c7780dd71526 Mon Sep 17 00:00:00 2001 From: Akshay Nanavati Date: Fri, 26 Aug 2016 14:32:55 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b64218c..43e3cdd 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup -VERSION = '0.1.0a5' +VERSION = '0.1.1' INSTALL_REQUIRES = [ 'SQLAlchemy>=1.0.0', 'simplejson',