From ba23d7eb7b51e8654d16d51ba0aa8e560ba486a5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 8 Jan 2013 11:05:19 +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 2622b2290..69179ff98 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.3+beta1" +appVersion="2.0.4" appWebsite="http://ankisrs.net/" appChanges="http://ankisrs.net/docs/changes.html" appDonate="http://ankisrs.net/support/"