bump version for x64 mac build

This commit is contained in:
Damien Elmes 2018-02-02 12:44:06 +10:00
parent 047278b28e
commit c54a3e4fb8

View file

@ -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"]