Skip to content

Commit

Permalink
Bump btlewrap to 0.0.9 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
cybe authored and ChristianKuehnel committed Nov 25, 2019
1 parent 9a2bc75 commit ebda66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bluepy==1.3.0
pygatt==3.2.0
btlewrap==0.0.8
btlewrap==0.0.9
typing>=3,<4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def readme():
packages=find_packages(),
keywords='plant sensor bluetooth low-energy ble',
zip_safe=False,
install_requires=['btlewrap==0.0.8', 'typing>=3,<4'],
install_requires=['btlewrap==0.0.9', 'typing>=3,<4'],
extras_require={'testing': ['pytest']},
include_package_data=True,
)

0 comments on commit ebda66d

Please sign in to comment.