Skip to content

Commit 5e9f9cd

Browse files
committed
change version to 1.0.1rc3
1 parent 6627104 commit 5e9f9cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

external-worker/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='flowable.external-worker-client',
1111
packages=['flowable', 'flowable.external_worker_client'],
12-
version='1.0.1rc2',
12+
version='1.0.1rc3',
1313
description='Flowable External Worker Library to connect Python code to Flowable using an external worker.',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',

robocorp/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
setup(
1010
name='flowable.robocorp-client',
1111
packages=['flowable', 'flowable.robocorp_client'],
12-
version='1.0.1rc2',
12+
version='1.0.1rc3',
1313
description='Flowable client to be used with Robocorp. This client connects to a Flowable instance via external worker and executes robocorp tasks or actions.',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',
1616
author='Flowable',
1717
license='Apache License, Version 2.0',
18-
install_requires=['flowable.external-worker-client>=1.0.1rc2', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1'],
18+
install_requires=['flowable.external-worker-client>=1.0.1rc3', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1'],
1919
extras_require={
20-
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.1rc2']
20+
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.1rc3']
2121
},
2222
)

0 commit comments

Comments
 (0)