mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
bump version
This commit is contained in:
parent
6be7503543
commit
686c0077ea
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ if arch[1] == "ELF":
|
||||||
sys.path.insert(0, os.path.join(ext, "py2.%d-%s" % (
|
sys.path.insert(0, os.path.join(ext, "py2.%d-%s" % (
|
||||||
sys.version_info[1], arch[0][0:2])))
|
sys.version_info[1], arch[0][0:2])))
|
||||||
|
|
||||||
version="2.0.13" # build scripts grep this line, so preserve formatting
|
version="2.0.14" # 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