We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929d82b commit 1dae4f1Copy full SHA for 1dae4f1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xiaomi-ble"
3
-version = "1.4.3"
+version = "1.5.0"
4
description = "Manage Xiaomi BLE devices"
5
authors = ["John Carr <john.carr@unrouted.co.uk>"]
6
license = "Apache-2.0"
src/xiaomi_ble/__init__.py
@@ -30,7 +30,7 @@
30
from .devices import SLEEPY_DEVICE_MODELS
31
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData
32
33
-__version__ = "1.4.3"
+__version__ = "1.5.0"
34
35
__all__ = [
36
"SLEEPY_DEVICE_MODELS",
0 commit comments