Skip to content

Commit

Permalink
feature/lock-wda-version (#33)
Browse files Browse the repository at this point in the history
* lock facebook-wda version

* update code

* update code
  • Loading branch information
yumiguan authored Jun 2, 2020
1 parent 2dee131 commit 807bb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-ios',
version='0.3.1',
version='0.3.2',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
Expand All @@ -29,6 +29,6 @@
},
install_requires=[
'lyrebird',
'facebook-wda'
'facebook-wda==0.8.1'
]
)

0 comments on commit 807bb30

Please sign in to comment.