summaryrefslogtreecommitdiff
path: root/MySQLdb/setup.py
diff options
context:
space:
mode:
authoradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2001-05-25 20:40:24 +0000
committeradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2001-05-25 20:40:24 +0000
commitc1c89cc543814f17d80116c1facacc084cd1e7dd (patch)
tree8a01392f00d660f4ebf42f3542bd27105062db20 /MySQLdb/setup.py
parent494a6b1045574dcb783df27d96ab9b48305872d4 (diff)
downloadmysqldb1-c1c89cc543814f17d80116c1facacc084cd1e7dd.tar.gz
Rip out _mysql.field_*() methods, as MySQL recommends using SQL
instead. See C API docs.
Diffstat (limited to 'MySQLdb/setup.py')
-rw-r--r--MySQLdb/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py
index d6dd261..e8c8303 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.0c1",
+ version = "0.9.0c2",
description = "An interface to MySQL",
long_description=long_description,
author = "Andy Dustman",