diff options
author | Georg Brandl <georg@python.org> | 2014-02-10 21:04:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-02-10 21:04:20 (GMT) |
commit | 8f9c20b8ff6d00a32ff3f4018969e80e237884dc (patch) | |
tree | 9e5670bfca7ba58b303de5bd470f5088afe419f2 /Lib/distutils | |
parent | 72e7761301febe026536e7a2a444269698dcf156 (diff) | |
parent | a37fcb28e6bcfd7705f219c12834b4d23a9ed499 (diff) | |
download | cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.zip cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.tar.gz cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.tar.bz2 |
merge with 3.3.4 releasing repo
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 6747ab8..de5560b 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.3" +__version__ = "3.3.4" #--end constants-- |