We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa57bb commit 1396522Copy full SHA for 1396522
CHANGELOG.md
@@ -1,3 +1,7 @@
1
# Changelog
2
3
<!--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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rapt-ble"
-version = "0.0.0"
+version = "0.1.0"
description = "Parser for the RAPT Pill hydrometer BLE packets."
authors = ["Jan Čermák <[email protected]>"]
license = "MIT"
src/rapt_ble/__init__.py
@@ -5,7 +5,7 @@
from .parser import RAPTPillBluetoothDeviceData
8
-__version__ = "0.0.0"
+__version__ = "0.1.0"
9
10
__all__ = [
11
"DeviceClass",
0 commit comments