Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
bump version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jul 1, 2019
1 parent 0af6f6b commit b10fd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -28,4 +28,4 @@
packages=["target_snowflake"],
package_data = {},
include_package_data=True,
)
)

0 comments on commit b10fd9b

Please sign in to comment.