From 97530f232be7d4e22c0dfa326a824e2a7d9694c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 21 Jan 2024 21:04:06 +0000 Subject: [PATCH] 0.1.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- src/leaone_ble/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9b841..742a3a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ # Changelog +## v0.1.0 (2024-01-21) + +### Feature + +- Add init commit (#1) ([`5623211`](https://github.com/Bluetooth-Devices/leaone-ble/commit/5623211794e8004529f4eeeadba5ef076371c1cf)) + ## v0.0.0 (2024-01-21) diff --git a/docs/conf.py b/docs/conf.py index 476f782..ca8d960 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "leaone-ble" copyright = "2024, J. Nick Koston" author = "J. Nick Koston" -release = "0.0.0" +release = "0.1.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 98ed61b..c5abe47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leaone-ble" -version = "0.0.0" +version = "0.1.0" description = "Bluetooth parser for LeaOne devices" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/leaone_ble/__init__.py b/src/leaone_ble/__init__.py index a3aaa24..a5190e3 100644 --- a/src/leaone_ble/__init__.py +++ b/src/leaone_ble/__init__.py @@ -20,7 +20,7 @@ from .parser import LeaoneBluetoothDeviceData -__version__ = "0.1.1" +__version__ = "0.1.0" __all__ = [ "LeaoneBluetoothDeviceData",