Skip to content

Commit 967cc9f

Browse files
author
semantic-release
committed
1.29.16
Automatically generated by python-semantic-release
1 parent 739a8f8 commit 967cc9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

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

1212
# General configuration
1313
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "bluetooth-data-tools"
7-
version = "1.29.15"
7+
version = "1.29.16"
88
license = "Apache-2.0"
99
description = "Tools for converting bluetooth data and packets"
1010
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]

src/bluetooth_data_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
short_address,
2222
)
2323

24-
__version__ = "1.29.15"
24+
__version__ = "1.29.16"
2525

2626

2727
__all__ = [

0 commit comments

Comments
 (0)