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 9c20ca2 commit b35b35cCopy full SHA for b35b35c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dbus-fast"
3
-version = "3.1.2"
+version = "4.0.0"
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__ = "3.1.2"
+__version__ = "4.0.0"
7
__author__ = "Bluetooth Devices authors, Tony Crisci"
8
__author_email__ = "bluetooth@koston.org"
9
__license__ = "MIT"
0 commit comments