From e285748eb98a76b045cb94dd61d1397c9fdd47f9 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Fri, 4 Oct 2024 20:15:35 -0400 Subject: [PATCH] Build 307.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37d536a68..ed481b524 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from __future__ import annotations -build_id = "307" # may optionally include a ".{patchno}" suffix. +build_id = "307.1" # may optionally include a ".{patchno}" suffix. __doc__ = """This is a distutils setup-script for the pywin32 extensions.