From 545f9a85947983ec4073fd7430295eaa2606ba33 Mon Sep 17 00:00:00 2001 From: John Wason Date: Fri, 12 Jul 2024 13:18:16 -0400 Subject: [PATCH] Bump version to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70267b0..2e0bd0f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name='abb_robot_client', - version='0.3.1', + version='0.4.0', description='Python client library to access ABB robots using RWS and EGM', url='https://github.com/johnwason/abb_robot_client', packages=setuptools.find_packages("src"),