From c54a3e4fb827542bd961b47179ed3116a6f13fc5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 2 Feb 2018 12:44:06 +1000 Subject: [PATCH] bump version for x64 mac build --- anki/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/__init__.py b/anki/__init__.py index 345d79ecf..d6dd3c284 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.48" # build scripts grep this line, so preserve formatting +version="2.0.49" # build scripts grep this line, so preserve formatting from anki.storage import Collection __all__ = ["Collection"]