Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
bump version (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbh authored Jun 13, 2022
1 parent 2b83932 commit a63df45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pc_ble_driver_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
Package marker file.
"""

__version__ = "0.16.3"
__version__ = "0.16.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def find_version(*file_paths):
],
keywords="nordic nrf51 nrf52 ble bluetooth softdevice serialization bindings pc-ble-driver pc-ble-driver-py "
"pc_ble_driver pc_ble_driver_py",
python_requires=">=3.6, <3.10",
python_requires=">=3.6, <3.11",
install_requires=requirements,
packages=packages,
package_data={
Expand Down

0 comments on commit a63df45

Please sign in to comment.