diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
commit | 086494483d84807c551bdabcfa37b35b0c60ca64 (patch) | |
tree | b76c653a990fc0ae541ec32443871f04f1726210 /Lib/distutils | |
parent | 5a27168883523adba65b33482f4872d2e5d2e5f9 (diff) | |
download | cpython-086494483d84807c551bdabcfa37b35b0c60ca64.zip cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.gz cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.bz2 |
bump version to 2.7.5
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 84dbc38..98f4bb3 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7.4" +__version__ = "2.7.5" #--end constants-- |