Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Oct 19, 2014
1 parent 3d5d852 commit acfbc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
sys.path.insert(0, os.path.join(ext, "py2.%d-%s" % (
sys.version_info[1], arch[0][0:2])))

version="2.0.30" # build scripts grep this line, so preserve formatting
version="2.0.31" # build scripts grep this line, so preserve formatting
from anki.storage import Collection
__all__ = ["Collection"]

0 comments on commit acfbc41

Please sign in to comment.