bump version

This commit is contained in:
Damien Elmes 2017-04-13 10:53:05 +10:00
parent 43a662a250
commit a98c20a22f

View file

@ -9,6 +9,6 @@ if sys.version_info[0] < 3:
elif sys.version_info[1] < 4: elif sys.version_info[1] < 4:
raise Exception("Anki requires Python 3.4+") raise Exception("Anki requires Python 3.4+")
version="2.1.0a12" # build scripts grep this line, so preserve formatting version="2.1.0a13" # build scripts grep this line, so preserve formatting
from anki.storage import Collection from anki.storage import Collection
__all__ = ["Collection"] __all__ = ["Collection"]