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 72dbe05 commit b080e6cCopy full SHA for b080e6c
redshift_sqlalchemy/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.3.3'
+__version__ = '0.4'
2
3
from sqlalchemy.dialects import registry
4
setup.py
@@ -2,7 +2,7 @@
setup(
name='redshift-sqlalchemy',
5
- version='0.3.3',
+ version='0.4',
6
description='Amazon Redshift Dialect for sqlalchemy',
7
long_description=open("README.rst").read(),
8
author='Matt George',
0 commit comments