Skip to content

Commit 5ce276b

Browse files
committed
chore: bump python client
1 parent a632c69 commit 5ce276b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

finder/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ twine upload dist/Appium-Flutter-Finder-X.X.tar.gz
4141
```
4242
4343
# Changelog
44+
- 0.8.0
45+
- Update the limit of python appium client version
4446
- 0.7.0
4547
- Update the limit of python appium client version
4648
- 0.6.1

finder/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='Appium-Flutter-Finder',
10-
version='0.7.0',
10+
version='0.8.0',
1111
description='An extension of finder for Appium flutter',
1212
long_description=io.open(os.path.join(os.path.dirname('__file__'), 'README.md'), encoding='utf-8').read(),
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)