From 2467c49b8321dd92d1e893e9f66d886b81f08788 Mon Sep 17 00:00:00 2001 From: adustman Date: Mon, 24 Dec 2001 01:26:50 +0000 Subject: [PATCH] Fix version. --- MySQLdb/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py index b4be253..4b53d32 100644 --- a/MySQLdb/setup.py +++ b/MySQLdb/setup.py @@ -88,7 +88,7 @@ MySQLdb. MySQLdb is free software. setup (# Distribution meta-data name = "MySQL-python", - version = "0.9.2", + version = "0.9.2a1", description = "An interface to MySQL", long_description=long_description, author = "Andy Dustman",