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