Skip to content

Commit

Permalink
bumped version to 0.14.1 because of pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Jun 5, 2016
1 parent f0695a9 commit 1990ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinytag/__init__.py
Expand Up @@ -3,7 +3,7 @@
from .tinytag import TinyTag, TinyTagException, ID3, Ogg, Wave, Flac


__version__ = '0.14.0'
__version__ = '0.14.1'

if __name__ == '__main__':
print(TinyTag.get(sys.argv[1]))

0 comments on commit 1990ac2

Please sign in to comment.