diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-13 17:28:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-13 17:28:56 (GMT) |
commit | 5889129571492a589b98f04d3bca6cc86bc43901 (patch) | |
tree | 92593ee641ea04fbe8680012a13da96c826b23d3 /Lib/distutils | |
parent | b87dd0ce25ea2f082c5fafc4f2d5e424aabde516 (diff) | |
download | cpython-5889129571492a589b98f04d3bca6cc86bc43901.zip cpython-5889129571492a589b98f04d3bca6cc86bc43901.tar.gz cpython-5889129571492a589b98f04d3bca6cc86bc43901.tar.bz2 |
bump to 3.1.3rc1v3.1.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 6dca599..9684a11 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__ = "3.1.2" +__version__ = "3.1.3rc1" #--end constants-- |