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",