Update version number.

This commit is contained in:
adustman
2001-06-04 16:55:04 +00:00
parent 0b8262c115
commit 8a123d5526
3 changed files with 5 additions and 5 deletions

View File

@ -19,8 +19,8 @@ version_info = (
0, 0,
9, 9,
0, 0,
"candidate", "final",
2) 1)
if version_info[3] == "final": __version__ = "%d.%d.%d" % version_info[:3] if version_info[3] == "final": __version__ = "%d.%d.%d" % version_info[:3]
else: __version__ = "%d.%d.%d%1.1s%d" % version_info[:5] else: __version__ = "%d.%d.%d%1.1s%d" % version_info[:5]

View File

@ -1,5 +1,5 @@
#define version_info "(0,9,0,'candidate',2)" #define version_info "(0,9,0,'final',1)"
#define __version__ "0.9.0c2" #define __version__ "0.9.0"
/* /*
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@ -75,7 +75,7 @@ MySQLdb. MySQLdb is free software.
setup (# Distribution meta-data setup (# Distribution meta-data
name = "MySQL-python", name = "MySQL-python",
version = "0.9.0c2", version = "0.9.0",
description = "An interface to MySQL", description = "An interface to MySQL",
long_description=long_description, long_description=long_description,
author = "Andy Dustman", author = "Andy Dustman",