diff --git a/README.md b/README.md index 55c7276..1ba2be7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/tinytag/__init__.py b/tinytag/__init__.py index 23a5dfb..5aba87b 100644 --- a/tinytag/__init__.py +++ b/tinytag/__init__.py @@ -4,7 +4,7 @@ import sys -__version__ = '1.2.0' +__version__ = '1.2.1' if __name__ == '__main__': print(TinyTag.get(sys.argv[1]))