Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Travis take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Nanavati committed Aug 25, 2016
1 parent e5dac00 commit 95909cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 95909cd

Please sign in to comment.