Smack my version up

This commit is contained in:
adustman
2002-06-24 18:27:39 +00:00
parent 3500b3d191
commit 0983b391d7
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ thread_safe_library = YES
# forget to include the value of sys.platform and os.name.
name = "MySQL-%s" % os.path.basename(sys.executable)
version = "0.9.2c1"
version = "0.9.2c2"
mysqlclient = thread_safe_library and "mysqlclient_r" or "mysqlclient"