diff --git a/setup.py b/setup.py index 106498901c..736d40f121 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -build_id = "301.1" # may optionally include a ".{patchno}" suffix. +build_id = "302" # 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