Skip to content

Commit 96b16de

Browse files
author
semantic-release
committed
2.46.1
Automatically generated by python-semantic-release
1 parent c58709d commit 96b16de

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
[tool.poetry]
22
name = "dbus-fast"
3-
version = "2.46.0"
3+
version = "2.46.1"
44
description = "A faster version of dbus-next"
55
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
66
license = "MIT"

src/dbus_fast/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"A performant zero-dependency DBus library for Python with asyncio support"
44
)
55
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
6-
__version__ = "2.46.0"
6+
__version__ = "2.46.1"
77
__author__ = "Bluetooth Devices authors, Tony Crisci"
88
__author_email__ = "bluetooth@koston.org"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)