From 16720824f49ced84be2c741d534a41ac5545e544 Mon Sep 17 00:00:00 2001 From: Akshay Nanavati Date: Thu, 25 Aug 2016 16:04:33 -0700 Subject: [PATCH] Fix version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fde6c92..a506030 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup -VERSION = '0.1.0' +VERSION = '0.1.0a2' INSTALL_REQUIRES = [ 'SQLAlchemy>=1.0.0', 'simplejson',