Skip to content

Commit 0114a44

Browse files
committed
fixes #198
1 parent 4ed2380 commit 0114a44

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 = "setuptools.build_meta"
44

55
[project]
66
name = "txaio"
7-
version = "25.9.1"
7+
version = "25.9.2"
88
description = "Compatibility API between asyncio/Twisted/Trollius"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
license = "MIT"

txaio/_version.py

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

27-
__version__ = "25.9.1"
27+
__version__ = "25.9.2"

0 commit comments

Comments
 (0)