summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-25 10:16:37 (GMT)
committerGeorg Brandl <georg@python.org>2012-08-25 10:16:37 (GMT)
commit4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1 (patch)
treef44a3644a9ef79694cef9275e98254a2117bfd68 /Lib/distutils
parentd183f0be0bf274390cc38cb44e4fe9bfbf74084e (diff)
downloadcpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.zip
cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.gz
cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.bz2
Bump to 3.3.0rc1.v3.3.0rc1
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 1504277..8d73b51 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.3.0b2"
+__version__ = "3.3.0rc1"
#--end constants--