From f1905e4605d1056f5ccd1151ed3816bdc586a223 Mon Sep 17 00:00:00 2001 From: adustman Date: Sun, 28 Apr 2002 19:26:19 +0000 Subject: [PATCH] Bump version --- MySQLdb/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py index 4f81b56..2c741a5 100644 --- a/MySQLdb/setup.py +++ b/MySQLdb/setup.py @@ -92,7 +92,7 @@ MySQLdb. MySQLdb is free software. setup (# Distribution meta-data name = "MySQL-python", - version = "0.9.2b1", + version = "0.9.2b2", description = "An interface to MySQL", long_description=long_description, author = "Andy Dustman",