From 955613dbe0da622c3812e22d7b1d11459c3c60df Mon Sep 17 00:00:00 2001 From: adustman Date: Fri, 7 Sep 2001 01:06:08 +0000 Subject: [PATCH] Version 0.9.1c1 --- MySQLdb/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py index 55512bf..876be14 100644 --- a/MySQLdb/setup.py +++ b/MySQLdb/setup.py @@ -75,7 +75,7 @@ MySQLdb. MySQLdb is free software. setup (# Distribution meta-data name = "MySQL-python", - version = "0.9.1", + version = "0.9.1c1", description = "An interface to MySQL", long_description=long_description, author = "Andy Dustman",