From 23650f6ee012756c1932a3959e8f61c11944cffb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 15 Jan 2013 08:51:14 +0900 Subject: [PATCH] bump version --- aqt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/__init__.py b/aqt/__init__.py index 69179ff98..a35ea77b9 100644 --- a/aqt/__init__.py +++ b/aqt/__init__.py @@ -8,7 +8,7 @@ import anki.lang from anki.consts import HELP_SITE from anki.lang import langDir -appVersion="2.0.4" +appVersion="2.0.5" appWebsite="http://ankisrs.net/" appChanges="http://ankisrs.net/docs/changes.html" appDonate="http://ankisrs.net/support/"