bump version
This commit is contained in:
parent
864a9135dc
commit
04ada5015f
@ -30,6 +30,6 @@ if arch[1] == "ELF":
|
||||
sys.path.insert(0, os.path.join(ext, "py2.%d-%s" % (
|
||||
sys.version_info[1], arch[0][0:2])))
|
||||
|
||||
version="2.0.34" # build scripts grep this line, so preserve formatting
|
||||
from anki.storage import Collection
|
||||
version="2.0.35" # build scripts grep this line, so preserve formatting
|
||||
bumpfrom anki.storage import Collection
|
||||
__all__ = ["Collection"]
|
||||
|
Loading…
Reference in New Issue
Block a user