From 8ccaa48d2a10ef02ccc2ac883e05702378f52fa8 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 2 Jul 2025 22:25:11 +0100 Subject: [PATCH] Correct v0.3.25a3 __version__ tuple --- mitogen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/__init__.py b/mitogen/__init__.py index baa59b45..042a0f12 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup. #: Library version as a tuple. -__version__ = (0, 3, 25, 'dev') +__version__ = (0, 3, 25, 'a', 3) #: This is :data:`False` in slave contexts. Previously it was used to prevent