Skip to content

Commit a672291

Browse files
author
semantic-release
committed
2.1.1
Automatically generated by python-semantic-release
1 parent ea8d49b commit a672291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bluetooth-adapters"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
license = "Apache-2.0"
55
description = "Tools to enumerate and find Bluetooth Adapters"
66
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]

src/bluetooth_adapters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.1.1"
22

33

44
from platform import system

0 commit comments

Comments
 (0)