diff --git a/setup.py b/setup.py index b87de0d..b64218c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup -VERSION = '0.1.0a4' +VERSION = '0.1.0a5' INSTALL_REQUIRES = [ 'SQLAlchemy>=1.0.0', 'simplejson',