bump version

This commit is contained in:
Damien Elmes 2013-10-23 18:58:00 +09:00
parent 013f879d4e
commit 330e991d7d

View file

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