diff options
| author | adustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8> | 2001-06-04 16:55:04 +0000 |
|---|---|---|
| committer | adustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8> | 2001-06-04 16:55:04 +0000 |
| commit | 8a123d55264e2b29caa272f4b825f62d10d13e43 (patch) | |
| tree | b9abdc3b3072f838a2bb7387a30059dbfcc22f54 /MySQLdb/setup.py | |
| parent | 0b8262c1152c6d5e7ed8cd8e7c49520d69b34d9a (diff) | |
| download | mysqldb1-8a123d55264e2b29caa272f4b825f62d10d13e43.tar.gz | |
Update version number.
Diffstat (limited to 'MySQLdb/setup.py')
| -rw-r--r-- | MySQLdb/setup.py | 2 |
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", |
