Skip to content

Commit 4c470b2

Browse files
author
semantic-release
committed
1.6.0
Automatically generated by python-semantic-release
1 parent 022fdbc commit 4c470b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xiaomi-ble"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "Manage Xiaomi BLE devices"
55
authors = ["John Carr <[email protected]>"]
66
license = "Apache-2.0"

src/xiaomi_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .devices import SLEEPY_DEVICE_MODELS
3131
from .parser import EncryptionScheme, XiaomiBluetoothDeviceData
3232

33-
__version__ = "1.5.0"
33+
__version__ = "1.6.0"
3434

3535
__all__ = [
3636
"SLEEPY_DEVICE_MODELS",

0 commit comments

Comments
 (0)