diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-23 15:52:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-23 15:52:17 (GMT) |
commit | a2aa2ef3136e4190d533447e13a79b49522eb0ce (patch) | |
tree | c6434ca64a4dea00b53bf00baeb3cc62a33adba3 /Lib/distutils | |
parent | a13294e209bbe9c689868db0100ebfc1bcc55364 (diff) | |
download | cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.zip cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.gz cpython-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.bz2 |
bump to 2.7.3rc1v2.7.3rc1
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 a849f1a..83126f6 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.2" +__version__ = "2.7.3rc1" #--end constants-- |