Skip to content

Commit 7594740

Browse files
author
semantic-release
committed
3.0.0
Automatically generated by python-semantic-release
1 parent 7d96850 commit 7594740

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.4"
3+
version = "3.0.0"
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.4"
6+
__version__ = "3.0.0"
77
__author__ = "Bluetooth Devices authors, Tony Crisci"
88
__author_email__ = "bluetooth@koston.org"
99
__license__ = "MIT"

0 commit comments

Comments
 (0)