Skip to content

Commit 1653763

Browse files
author
semantic-release
committed
1.0.2
Automatically generated by python-semantic-release
1 parent aa254a1 commit 1653763

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 = "oralb-ble"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Bluetooth library for Oral B devices"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "MIT"

src/oralb_ble/__init__.py

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

2323
from .parser import OralBBinarySensor, OralBBluetoothDeviceData, OralBSensor
2424

25-
__version__ = "1.0.1"
25+
__version__ = "1.0.2"
2626

2727
__all__ = [
2828
"OralBSensor",

0 commit comments

Comments
 (0)