Bump version number for 3.4.0b2.

This commit is contained in:
Larry Hastings 2014-01-05 04:40:25 -08:00
parent bfd715ebd1
commit a6c55232ab
5 changed files with 6 additions and 6 deletions

View file

@ -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--