Skip to content

Commit

Permalink
bumped version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed May 17, 2015
1 parent 4bf88fb commit 9859fd7
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, StringWalker, ID3, Ogg, Wave, Flac


__version__ = '0.8.0'
__version__ = '0.8.1'

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

0 comments on commit 9859fd7

Please sign in to comment.