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',