Skip to content

Commit 94ee4c7

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 3d1428d commit 94ee4c7

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
[project]
22
name = "sensorpro-ble"
3-
version = "0.7.1"
3+
version = "1.0.0"
44
description = "SensorPro BLE Devices"
55
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]
66
license = "MIT"

src/sensorpro_ble/__init__.py

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

1717
from .parser import SensorProBluetoothDeviceData
1818

19-
__version__ = "0.7.1"
19+
__version__ = "1.0.0"
2020

2121
__all__ = [
2222
"SensorProBluetoothDeviceData",

0 commit comments

Comments
 (0)