dbus-fast/src/dbus_fast/__version__.py
github-actions 8d3d959217 1.75.0
Automatically generated by python-semantic-release
2022-11-17 21:02:25 +00:00

11 lines
401 B
Python

__title__ = "dbus_fast"
__description__ = (
"A performant zero-dependency DBus library for Python with asyncio support"
)
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
__version__ = "1.75.0"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"
__copyright__ = "Copyright 2022 Bluetooth Devices authors, 2019 Tony Crisci"