bump version

This commit is contained in:
Damien Elmes 2013-11-14 14:41:31 +09:00
parent 0389eebc43
commit 4bf63b6ad0

View File

@ -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.17" # build scripts grep this line, so preserve formatting
version="2.0.18" # build scripts grep this line, so preserve formatting
from anki.storage import Collection
__all__ = ["Collection"]