Skip to content

Commit

Permalink
change version to 1.0.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Sep 23, 2024
1 parent 64c70cd commit 40b4c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion external-worker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='flowable.external-worker-client',
packages=['flowable', 'flowable.external_worker_client'],
version='1.0.1rc1',
version='1.0.1rc2',
description='Flowable External Worker Library to connect Python code to Flowable using an external worker.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
6 changes: 3 additions & 3 deletions robocorp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
setup(
name='flowable.robocorp-client',
packages=['flowable', 'flowable.robocorp_client'],
version='1.0.1rc1',
version='1.0.1rc2',
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',
author='Flowable',
license='Apache License, Version 2.0',
install_requires=['flowable.external-worker-client>=1.0.1rc1', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1'],
install_requires=['flowable.external-worker-client>=1.0.1rc2', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1'],
extras_require={
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.1rc1']
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.1rc2']
},
)

0 comments on commit 40b4c53

Please sign in to comment.