Skip to content

Commit ac4b329

Browse files
committed
change version to 1.0.1
1 parent a17f495 commit ac4b329

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.1rc5',
12+
version='1.0.1',
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',

rpaframework/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
setup(
1010
name='flowable.rpaframework-client',
1111
packages=['flowable', 'flowable.rpaframework_client'],
12-
version='1.0.1rc5',
12+
version='1.0.1',
1313
description='Flowable client to be used with rpaframework. This client connects to a Flowable instance via external worker and executes rpaframework robots or 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.1rc5'],
18+
install_requires=['flowable.external-worker-client>=1.0.1'],
1919
extras_require={
20-
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.1rc5', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1', 'rpaframework']
20+
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.1', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1', 'rpaframework']
2121
},
2222
)

0 commit comments

Comments
 (0)