From a6c55232abe40ec876da3faaf8d13a9c4f0caaaf Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Sun, 5 Jan 2014 04:40:25 -0800 Subject: Bump version number for 3.4.0b2. --- Lib/distutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/distutils/__init__.py') diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 38a50869ea..725a33d6dc 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.0b1" +__version__ = "3.4.0b2" #--end constants-- -- cgit v1.2.1