bump version
This commit is contained in:
parent
17bb179d06
commit
8a85471374
@ -7,6 +7,6 @@ import sys
|
||||
if sys.version_info[0] < 3 or sys.version_info[1] < 5:
|
||||
raise Exception("Anki requires Python 3.5+")
|
||||
|
||||
version="2.1.0beta3" # build scripts grep this line, so preserve formatting
|
||||
version="2.1.0beta4" # build scripts grep this line, so preserve formatting
|
||||
from anki.storage import Collection
|
||||
__all__ = ["Collection"]
|
||||
|
Loading…
Reference in New Issue
Block a user