Skip to content

Commit

Permalink
Bump version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Oct 26, 2023
1 parent bbadadc commit d8a62a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To use a file-like object (e.g. BytesIO) instead of a file path, pass a

## Changelog

### 1.10.1 (Unreleased)
### 1.10.1 (2023-10-26)

- Update 'extra' fields with data from other tags #188
- ID3: Add missing 'extra.copyright' field
Expand Down
2 changes: 1 addition & 1 deletion tinytag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

__version__ = '1.10.0'
__version__ = '1.10.1'

import sys
from .tinytag import TinyTag, TinyTagException, ID3, Ogg, Wave, Flac # noqa: F401
Expand Down

0 comments on commit d8a62a2

Please sign in to comment.