Skip to content

Commit

Permalink
change release to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 17, 2023
1 parent 3ac7259 commit 0c79217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: pip install setuptools
- run: python setup.py sdist
- run: pip wheel --no-deps . -w dist
- name: Publish package distributions to Test PyPI
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist/
Expand Down
2 changes: 1 addition & 1 deletion 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.0.rc2',
version='1.0.0',
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

0 comments on commit 0c79217

Please sign in to comment.