From 8aeb60fc3cc8463aa017f84ec75618a9daa730b8 Mon Sep 17 00:00:00 2001 From: Steve Clarke <84364906+s7clarke10@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:00:10 +1200 Subject: [PATCH] Bumping version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9bb8fbe..4805938f 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="tap-mssql", - version="1.0.5", + version="1.0.6", description="Singer.io tap for extracting data from SQL Server - PipelineWise compatible", author="Rob Winters", url="https://github.com/wintersrd/pipelinewise-tap-mssql",