Skip to content

Commit

Permalink
Add version number to .py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobynet committed Aug 3, 2014
1 parent 91fc1b8 commit 56bca52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anki-touch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# License: GNU AGPL, version 3 or later;
# http://www.gnu.org/copyleft/agpl.html

__Version__ = "0.1.0"

"""Add-on for Anki 2.x that helps using with the touch interface."""

from PyQt4.QtCore import Qt, QEvent
Expand Down

0 comments on commit 56bca52

Please sign in to comment.