summaryrefslogtreecommitdiff
path: root/MySQLdb/setup.py
diff options
context:
space:
mode:
authoradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2001-06-04 16:55:04 +0000
committeradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2001-06-04 16:55:04 +0000
commit8a123d55264e2b29caa272f4b825f62d10d13e43 (patch)
treeb9abdc3b3072f838a2bb7387a30059dbfcc22f54 /MySQLdb/setup.py
parent0b8262c1152c6d5e7ed8cd8e7c49520d69b34d9a (diff)
downloadmysqldb1-8a123d55264e2b29caa272f4b825f62d10d13e43.tar.gz
Update version number.
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 e8c8303..55fb2c6 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.0c2",
+ version = "0.9.0",
description = "An interface to MySQL",
long_description=long_description,
author = "Andy Dustman",