From 05982b84c5744303600bdbf5155a96a8118cc39a Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Thu, 14 Nov 2019 10:29:17 +1100 Subject: [PATCH] Build 227 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa5b4ae43..7ff3eac74 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from __future__ import print_function -build_id="226.1" # may optionally include a ".{patchno}" suffix. +build_id="227" # may optionally include a ".{patchno}" suffix. # Putting build_id at the top prevents automatic __doc__ assignment, and # I *want* the build number at the top :) __doc__="""This is a distutils setup-script for the pywin32 extensions