From 9c2dcf1ee7c0a26184377cf0df5cd9e3fedaf6ab Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 25 Mar 2015 01:12:50 +1100 Subject: [PATCH] bump version --- anki/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/__init__.py b/anki/__init__.py index c4f4cd151..a72fa4595 100644 --- a/anki/__init__.py +++ b/anki/__init__.py @@ -30,6 +30,6 @@ if arch[1] == "ELF": sys.path.insert(0, os.path.join(ext, "py2.%d-%s" % ( sys.version_info[1], arch[0][0:2]))) -version="2.0.31" # build scripts grep this line, so preserve formatting +version="2.0.32" # build scripts grep this line, so preserve formatting from anki.storage import Collection __all__ = ["Collection"]