bump version

This commit is contained in:
Damien Elmes 2018-01-14 17:53:09 +10:00
parent 3a059d15b5
commit b84d3b53af

View file

@ -10,6 +10,6 @@ if sys.version_info[0] < 3 or sys.version_info[1] < 6:
if sys.getfilesystemencoding().lower() in ("ascii", "ansi_x3.4-1968"):
raise Exception("Anki requires a UTF-8 locale.")
version="2.1.0beta29" # build scripts grep this line, so preserve formatting
version="2.1.0beta30" # build scripts grep this line, so preserve formatting
from anki.storage import Collection
__all__ = ["Collection"]