From 829a851c03cf343cb5b4f6fb4a90f9f97c86c616 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell <andrew@tridgell.net> Date: Mon, 14 Feb 2022 20:37:20 +1100 Subject: [PATCH] release 2.4.25 - this time for sure --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b116031..7b1325f4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ except LookupError: from setuptools import setup, Extension import glob, os, shutil, fnmatch, platform, sys -version = '2.4.24' +version = '2.4.25' def generate_content(): -- GitLab