From c825202be2853fd3b42284438cdbc46d5b8eaf55 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 28 Aug 2023 15:53:32 +0200 Subject: [PATCH] Updating Api Client Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcea419..03d4bf6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='cyberwatch_api', - version='0.3.2', + version='0.3.3', description='Python Api client for the Cyberwatch software', long_description=open('README.md').read().strip(), long_description_content_type="text/markdown",