From 17bbd326a962a47e9033c2d71f0d3f29ddd23bab Mon Sep 17 00:00:00 2001 From: adustman Date: Sun, 28 Apr 2002 18:32:06 +0000 Subject: [PATCH] Version bump --- MySQLdb/MySQLdb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MySQLdb/MySQLdb/__init__.py b/MySQLdb/MySQLdb/__init__.py index 994c247..1cc7f8b 100644 --- a/MySQLdb/MySQLdb/__init__.py +++ b/MySQLdb/MySQLdb/__init__.py @@ -20,7 +20,7 @@ version_info = ( 9, 2, "beta", - 1) + 2) if version_info[3] == "final": __version__ = "%d.%d.%d" % version_info[:3] else: __version__ = "%d.%d.%d%1.1s%d" % version_info[:5]