Skip to content

Commit b080e6c

Browse files
committed
updating version for attribute addition
1 parent 72dbe05 commit b080e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redshift_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.3'
1+
__version__ = '0.4'
22

33
from sqlalchemy.dialects import registry
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)