diff --git a/newsblur_web/__init__.py b/newsblur_web/__init__.py index 08b9787e1..10133dbba 100644 --- a/newsblur_web/__init__.py +++ b/newsblur_web/__init__.py @@ -9,4 +9,4 @@ __all__ = ['celery_app'] import pymysql pymysql.install_as_MySQLdb() -pymysql.version_info = (1, 3, 13, "final", 0) \ No newline at end of file +pymysql.version_info = (1, 4, 6, 'final', 0) \ No newline at end of file