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