Skip to content

Commit 8db4648

Browse files
committed
bump package version
1 parent 794ba8b commit 8db4648

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "autobahn"
7-
version = "25.12.1"
7+
version = "25.12.2"
88
description = "WebSocket client & server library, WAMP real-time framework"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/autobahn/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
#
2525
###############################################################################
2626

27-
__version__ = "25.12.1"
27+
__version__ = "25.12.2"
2828

2929
__build__ = "00000000-0000000"

0 commit comments

Comments
 (0)