From c6acaf54b441da947f98f8c9494a740ecdbc814a Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Sat, 12 Oct 2024 16:42:28 -0400 Subject: [PATCH] Build 308.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38692037f..9d225e6ec 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from __future__ import annotations -build_id = "308" # may optionally include a ".{patchno}" suffix. +build_id = "308.1" # may optionally include a ".{patchno}" suffix. __doc__ = """This is a distutils setup-script for the pywin32 extensions.