Skip to content

Commit

Permalink
chore: bump python client
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Mar 20, 2024
1 parent 4b21c6d commit 5f5ad5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions finder/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ twine upload dist/Appium-Flutter-Finder-X.X.tar.gz
```
# Changelog
- 0.7.0
- Update the limit of python appium client version
- 0.6.1
- Fix package
- 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion finder/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='Appium-Flutter-Finder',
version='0.6.1',
version='0.7.0',
description='An extension of finder for Appium flutter',
long_description=io.open(os.path.join(os.path.dirname('__file__'), 'README.md'), encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5f5ad5f

Please sign in to comment.