Skip to content

Commit c00738b

Browse files
committed
build: Bump version for release
1 parent ca652b0 commit c00738b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aiomqtt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from .message import Message
1212
from .topic import Topic, TopicLike, Wildcard, WildcardLike
1313

14-
__version__ = "2.4.0"
15-
__version_tuple__ = (2, 4, 0)
14+
__version__ = "2.5.0"
15+
__version_tuple__ = (2, 5, 0)
1616

1717
__all__ = [
1818
"Client",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aiomqtt"
7-
version = "2.4.0"
7+
version = "2.5.0"
88
description = "The idiomatic asyncio MQTT client"
99
authors = [
1010
{ name = "Frederik Aalund", email = "fpa@sbtinstruments.com" },

0 commit comments

Comments
 (0)