Prep for 1.2.4b4 release

This commit is contained in:
farcepest
2012-10-08 11:47:09 -04:00
parent 2325200a7d
commit 0f8d86cc87
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
__author__ = "Andy Dustman <farcepest@gmail.com>" __author__ = "Andy Dustman <farcepest@gmail.com>"
version_info = (1,2,4,'beta',3) version_info = (1,2,4,'beta',4)
__version__ = "1.2.4b3" __version__ = "1.2.4b4"

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
version: 1.2.4b3 version: 1.2.4b4
version_info: (1,2,4,'beta',3) version_info: (1,2,4,'beta',4)
description: Python interface to MySQL description: Python interface to MySQL
long_description: long_description:
========================= =========================