Skip to content

Commit

Permalink
align version number of robocorp client
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Sep 20, 2024
1 parent fe51677 commit b1e5198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocorp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b1e5198

Please sign in to comment.