From 330e991d7dc9df627399dcd45ae8e5b5aa81c9b3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 23 Oct 2013 18:58:00 +0900 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 dab395b4d..a789cc53f 100644 --- a/anki/__init__.py +++ b/anki/__init__.py @@ -28,6 +28,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.14" # build scripts grep this line, so preserve formatting +version="2.0.15" # build scripts grep this line, so preserve formatting from anki.storage import Collection __all__ = ["Collection"]