From 12b871f4c9ede1a79f73e3a4aaef855fb4695e87 Mon Sep 17 00:00:00 2001 From: Hassan Syyid Date: Wed, 3 Feb 2021 14:13:56 -0500 Subject: [PATCH] Bump version to 0.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c775b6..3ec6760 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='target-csv', - version='0.3.0', + version='0.3.2', description='Singer.io target for writing CSV files', author='Stitch', url='https://singer.io',