From b1e519868e3c7a20c49578f66d62f65a4f75d07c Mon Sep 17 00:00:00 2001 From: Valentin Zickner Date: Fri, 20 Sep 2024 21:58:28 +0200 Subject: [PATCH] align version number of robocorp client --- robocorp/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robocorp/setup.py b/robocorp/setup.py index 2516080..9f21e17 100644 --- a/robocorp/setup.py +++ b/robocorp/setup.py @@ -9,7 +9,7 @@ setup( name='flowable.robocorp-client', packages=['flowable', 'flowable.robocorp_client'], - version='1.0.0rc1', + version='1.0.1rc1', description='Flowable client to be used with Robocorp. This client connects to a Flowable instance via external worker and executes robocorp tasks or actions.', long_description=long_description, long_description_content_type='text/markdown',