From 32fca484f1ceeee55fcbffa18576282da07b5ba3 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 22 May 2017 15:41:47 +1000 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 574c87746..bf0e8ef90 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.45" # build scripts grep this line, so preserve formatting +version="2.0.46" # build scripts grep this line, so preserve formatting from anki.storage import Collection __all__ = ["Collection"]