diff --git a/mysql/setup.py b/mysql/setup.py index e3fd429..464ad5e 100644 --- a/mysql/setup.py +++ b/mysql/setup.py @@ -75,7 +75,7 @@ derived from the Python license. setup (# Distribution meta-data name = "MySQL-python", - version = "0.3.5", + version = "0.3.6", description = "An interface to MySQL", long_description=long_description, author = "Andy Dustman",