Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 21, 2024
1 parent 5623211 commit 97530f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/leaone_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from .parser import LeaoneBluetoothDeviceData

__version__ = "0.1.1"
__version__ = "0.1.0"

__all__ = [
"LeaoneBluetoothDeviceData",
Expand Down

0 comments on commit 97530f2

Please sign in to comment.