Skip to content

Commit 70cc35d

Browse files
author
Matt George
committed
slightly better pinning
1 parent ce03799 commit 70cc35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='redshift-sqlalchemy',
5-
version='0.2',
5+
version='0.2.1',
66
description='Amazon Redshift Dialect for sqlalchemy',
77
long_description=open("README.rst").read(),
88
author='Matt George',
99
author_email='[email protected]',
1010
license="MIT",
1111
url='https://github.com/binarydud/redshift_sqlalchemy',
1212
packages=['redshift_sqlalchemy'],
13-
install_requires=['psycopg2 == 2.5', 'SQLAlchemy==0.8.0b2'],
13+
install_requires=['psycopg2==2.5', 'SQLAlchemy>=0.8.0'],
1414
include_package_data=True,
1515
zip_safe=False,
1616
classifiers=[

0 commit comments

Comments
 (0)