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