From 9c752a463dcc553351bc1952694ada76932bf553 Mon Sep 17 00:00:00 2001 From: markciecior Date: Fri, 17 May 2024 16:05:32 -0500 Subject: [PATCH] Bump to 0.6.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43bf12b..196e816 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() setup(name='connectpyse', - version='0.6.0.5', + version='0.6.0.6', description='A ConnectWise API tool for the rest of us.', long_description=long_description, long_description_content_type="text/markdown",