diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-09 23:04:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-09 23:04:04 (GMT) |
commit | e95a8f6ff1830bcd59e149b52174a82276fed0f3 (patch) | |
tree | e1e58434093c84189669dbf71823e5ab2ce05cd8 /Lib/distutils | |
parent | f51c384a0af9cc233b52ea98313e312dcb414dce (diff) | |
download | cpython-e95a8f6ff1830bcd59e149b52174a82276fed0f3.zip cpython-e95a8f6ff1830bcd59e149b52174a82276fed0f3.tar.gz cpython-e95a8f6ff1830bcd59e149b52174a82276fed0f3.tar.bz2 |
bump to 2.7.3 finalv2.7.3
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 a137950..036062c 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.3rc2" +__version__ = "2.7.3" #--end constants-- |