Skip to content

Commit 9fc3327

Browse files
committed
updating version for bugfixes
1 parent f58c6e7 commit 9fc3327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redshift_sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.2'
1+
__version__ = '0.3.3'
22

33
from sqlalchemy.dialects import registry
44

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='redshift-sqlalchemy',
5-
version='0.3.2',
5+
version='0.3.3',
66
description='Amazon Redshift Dialect for sqlalchemy',
77
long_description=open("README.rst").read(),
88
author='Matt George',

0 commit comments

Comments
 (0)