We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffd741 commit 19f1d0aCopy full SHA for 19f1d0a
2 files changed
redshift_unloader/__init__.py
@@ -1,4 +1,4 @@
1
from redshift_unloader.redshift_unloader import RedshiftUnloader
2
3
4
-__version__ = '0.1.3'
+__version__ = '0.1.4'
setup.py
@@ -13,6 +13,7 @@
13
version=redshift_unloader.__version__,
14
description='Unload utility for Amazon Redshift',
15
long_description=readme,
16
+ long_description_content_type='text/markdown',
17
author='Chaerim Yeo',
18
author_email='yeochaerim@gmail.com',
19
url='https://github.com/cryeo/redshift-unloader',
0 commit comments