mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
bump version
This commit is contained in:
parent
abc55222be
commit
25cb6d3abe
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ import sys
|
||||||
if sys.version_info[0] < 3 or sys.version_info[1] < 6:
|
if sys.version_info[0] < 3 or sys.version_info[1] < 6:
|
||||||
raise Exception("Anki requires Python 3.6+")
|
raise Exception("Anki requires Python 3.6+")
|
||||||
|
|
||||||
version="2.1.0beta13" # build scripts grep this line, so preserve formatting
|
version="2.1.0beta14" # build scripts grep this line, so preserve formatting
|
||||||
from anki.storage import Collection
|
from anki.storage import Collection
|
||||||
__all__ = ["Collection"]
|
__all__ = ["Collection"]
|
||||||
|
|
Loading…
Reference in a new issue