We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f1423 commit ef3e5e2Copy full SHA for ef3e5e2
setup.py
@@ -2,19 +2,19 @@
2
3
setup(
4
name='redshift-sqlalchemy',
5
- version='0.1',
+ version='0.2',
6
description='Amazon Redshift Dialect for sqlalchemy',
7
long_description=open("README.rst").read(),
8
author='Matt George',
9
author_email='[email protected]',
10
license="MIT",
11
url='https://github.com/binarydud/redshift_sqlalchemy',
12
packages=['redshift_sqlalchemy'],
13
- install_requires=['psycopg2 >= 2.4.1'],
+ install_requires=['psycopg2 >= 2.5'],
14
include_package_data=True,
15
zip_safe=False,
16
classifiers=[
17
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
18
"Environment :: Console",
19
"Intended Audience :: Developers",
20
"License :: OSI Approved :: MIT License",
0 commit comments