Skip to content

Commit

Permalink
change release to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Dec 2, 2024
1 parent ecee063 commit 9adafe3
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.2rc1',
version='1.0.2',
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 rpaframework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
setup(
name='flowable.rpaframework-client',
packages=['flowable', 'flowable.rpaframework_client'],
version='1.0.2rc1',
version='1.0.2',
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.',
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.2rc1'],
install_requires=['flowable.external-worker-client>=1.0.2'],
extras_require={
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.2rc1', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1', 'rpaframework']
'testing': ['pytest', 'vcrpy', 'flowable.external-worker-client>=1.0.2', 'robocorp-actions>=0.2.1', 'robocorp-tasks>=3.1.1', 'robocorp-truststore>=0.9.1', 'rpaframework']
},
)

0 comments on commit 9adafe3

Please sign in to comment.