Skip to content

Commit 85a6802

Browse files
author
semantic-release
committed
1.0.1
Automatically generated by python-semantic-release
1 parent 9e75e91 commit 85a6802

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 = "tilt-ble"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Parser for Tilt BLE devices"
55
authors = ["Alexander Thompson <thompson.p.alex@gmail.com>"]
66
license = "MIT"

src/tilt_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from .parser import TiltBluetoothDeviceData
1616

17-
__version__ = "1.0.0"
17+
__version__ = "1.0.1"
1818

1919
__all__ = [
2020
"DeviceClass",

0 commit comments

Comments
 (0)