Skip to content

Commit d5564e5

Browse files
committed
0.0.1
Automatically generated by python-semantic-release
1 parent 5493984 commit d5564e5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Changelog
2+
3+
## v0.0.1 (2023-12-02)
4+
5+
### Fix
6+
7+
- Reserve name (#1) ([`5493984`](https://github.com/Bluetooth-Devices/habluetooth/commit/5493984483902039ca396498122e6094524bbae6))

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "habluetooth"
88
copyright = "2023, J. Nick Koston"
99
author = "J. Nick Koston"
10-
release = "0.0.0"
10+
release = "0.0.1"
1111

1212
# General configuration
1313
extensions = [

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 = "habluetooth"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = "High availability Bluetooth"
55
authors = ["J. Nick Koston <bluetooth@koston.org>"]
66
license = "Apache Software License 2.0"

src/habluetooth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)