Skip to content

Commit

Permalink
bumped version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Apr 13, 2019
1 parent f5e82ef commit 17e2d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -72,6 +72,8 @@ supported python versions:
and possibly more.

Changelog:
* 1.2.1 (2019-04-13):
- fixed wav files not correctly reporting the number of channels #61

* 1.2.0 (2019-04-13):
- using setup.cfg instead of setup.py (thanks to scivision)
Expand Down
2 changes: 1 addition & 1 deletion tinytag/__init__.py
Expand Up @@ -4,7 +4,7 @@
import sys


__version__ = '1.2.0'
__version__ = '1.2.1'

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

0 comments on commit 17e2d15

Please sign in to comment.