From 07643ec47274ee98334c9495a25c892e48a18263 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Sat, 14 Nov 2020 17:03:13 +1100 Subject: [PATCH] Build 300 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35aa9b0be..d29a42733 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -build_id="299.9" # may optionally include a ".{patchno}" suffix. +build_id="300" # 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