From 56ea42f05f2c9e4a566b4a882bd9ad2568458be9 Mon Sep 17 00:00:00 2001 From: Andrew Madonna Date: Thu, 24 Oct 2019 10:44:14 -0400 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5671da6..ac603d7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name='target-snowflake', url='https://github.com/datamill-co/target-snowflake', author='datamill', - version="0.0.1", + version="0.0.2", description='Singer.io target for loading data into Snowflake', long_description=long_description, long_description_content_type='text/markdown',