diff --git a/setup.py b/setup.py index e13a220..b87de0d 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ from setuptools import setup -VERSION = '0.1.0a3' +VERSION = '0.1.0a4' INSTALL_REQUIRES = [ 'SQLAlchemy>=1.0.0', 'simplejson', ] -DOWNLOAD_URL = 'https://github.com/NerdWallet/versionalchemy/tarball/v{}'.format(VERSION), +DOWNLOAD_URL = 'https://github.com/NerdWallet/versionalchemy/tarball/v{}'.format(VERSION) setup( name='versionalchemy',