Skip to content

Commit ef3e5e2

Browse files
author
Matt George
committed
updating version for release
1 parent 91f1423 commit ef3e5e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

33
setup(
44
name='redshift-sqlalchemy',
5-
version='0.1',
5+
version='0.2',
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.4.1'],
13+
install_requires=['psycopg2 >= 2.5'],
1414
include_package_data=True,
1515
zip_safe=False,
1616
classifiers=[
17-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 4 - Beta",
1818
"Environment :: Console",
1919
"Intended Audience :: Developers",
2020
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)