diff options
| author | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:45 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:45 (GMT) |
| commit | e5529063b20130938551c126790c880b3f05d8fd (patch) | |
| tree | d78bad53ec5aac69ce9bd37ff673a40afdabbb01 /Lib/distutils/__init__.py | |
| parent | af83f9e3132b2c7353ce262fcb3ae85b9628f857 (diff) | |
| download | cpython-e5529063b20130938551c126790c880b3f05d8fd.zip cpython-e5529063b20130938551c126790c880b3f05d8fd.tar.gz cpython-e5529063b20130938551c126790c880b3f05d8fd.tar.bz2 | |
Version bump for 3.4.3rc1.
Diffstat (limited to 'Lib/distutils/__init__.py')
| -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 dfe62ff..e878281 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.4.2" +__version__ = "3.4.3rc1" #--end constants-- |
