Skip to content

Commit 1396522

Browse files
author
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 1fa57bb commit 1396522

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

33
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2023-02-10)
6+
### Feature
7+
* Initial implementation ([`1fa57bb`](https://github.com/sairon/rapt-ble/commit/1fa57bb31edd126ae2804fd20da65023aa7e4548))

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 = "rapt-ble"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "Parser for the RAPT Pill hydrometer BLE packets."
55
authors = ["Jan Čermák <[email protected]>"]
66
license = "MIT"

src/rapt_ble/__init__.py

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

66
from .parser import RAPTPillBluetoothDeviceData
77

8-
__version__ = "0.0.0"
8+
__version__ = "0.1.0"
99

1010
__all__ = [
1111
"DeviceClass",

0 commit comments

Comments
 (0)