From bb637633f5138886c4bfa721d04d0bdaaa12d9db Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Wed, 31 Oct 2018 19:13:42 +0000 Subject: [PATCH] =?UTF-8?q?5.3.2=20=E2=86=92=205.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8173e6..0d4f126 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import subprocess setup(name="singer-python", - version='5.3.2', + version='5.3.3', description="Singer.io utility library", author="Stitch", classifiers=['Programming Language :: Python :: 3 :: Only'],