From a2eaa34378838e655c781da17084a5b45da989c2 Mon Sep 17 00:00:00 2001 From: Alex Lecoq Date: Mon, 26 Jun 2023 09:59:48 +0200 Subject: [PATCH] release 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7580a9e..bdac4a3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='cyberwatch_api', - version='0.2.0', + version='0.3.0', description='Python Api client for the Cyberwatch software', long_description=open('README.md').read().strip(), long_description_content_type="text/markdown",