We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30917c commit 60e25d3Copy full SHA for 60e25d3
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "autobahn"
7
-version = "25.11.1"
+version = "25.12.1"
8
description = "WebSocket client & server library, WAMP real-time framework"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/autobahn/_version.py
@@ -24,6 +24,6 @@
24
#
25
###############################################################################
26
27
-__version__ = "25.11.1"
+__version__ = "25.12.1"
28
29
__build__ = "00000000-0000000"
0 commit comments