We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cfad4 commit 9cdf669Copy full SHA for 9cdf669
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dbus-fast"
3
-version = "2.46.1"
+version = "2.46.2"
4
description = "A faster version of dbus-next"
5
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
6
license = "MIT"
src/dbus_fast/__version__.py
@@ -3,7 +3,7 @@
"A performant zero-dependency DBus library for Python with asyncio support"
)
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
-__version__ = "2.46.1"
+__version__ = "2.46.2"
7
__author__ = "Bluetooth Devices authors, Tony Crisci"
8
__author_email__ = "bluetooth@koston.org"
9
__license__ = "MIT"
0 commit comments