diff --git a/setup.py b/setup.py index 1fd52cbf..bcd7736a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.0.3", + version="1.0.4", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, author="TransferWise", @@ -28,4 +28,4 @@ packages=["target_snowflake"], package_data = {}, include_package_data=True, -) \ No newline at end of file +)