Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Aug 30, 2018
1 parent f699ebb commit 2ff1376
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 @@ -10,6 +10,6 @@
if sys.getfilesystemencoding().lower() in ("ascii", "ansi_x3.4-1968"):
raise Exception("Anki requires a UTF-8 locale.")

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

0 comments on commit 2ff1376

Please sign in to comment.