We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05bf7e commit 58e170cCopy full SHA for 58e170c
redshift_sqlalchemy/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.3.1'
+__version__ = '0.3.2'
2
3
from sqlalchemy.dialects import registry
4
setup.py
@@ -2,7 +2,7 @@
setup(
name='redshift-sqlalchemy',
5
- version='0.3.1',
+ version='0.3.2',
6
description='Amazon Redshift Dialect for sqlalchemy',
7
long_description=open("README.rst").read(),
8
author='Matt George',
0 commit comments