mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
Update version number.
This commit is contained in:
@ -19,8 +19,8 @@ version_info = (
|
||||
0,
|
||||
9,
|
||||
0,
|
||||
"candidate",
|
||||
2)
|
||||
"final",
|
||||
1)
|
||||
if version_info[3] == "final": __version__ = "%d.%d.%d" % version_info[:3]
|
||||
else: __version__ = "%d.%d.%d%1.1s%d" % version_info[:5]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define version_info "(0,9,0,'candidate',2)"
|
||||
#define __version__ "0.9.0c2"
|
||||
#define version_info "(0,9,0,'final',1)"
|
||||
#define __version__ "0.9.0"
|
||||
/*
|
||||
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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user