Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Oct 18, 2023
1 parent 260e180 commit 21e65cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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.0 (unreleased)
### 1.10.0 (2023-10-18)

- Add support for OGG FLAC format #182
- Add support for OGG Speex format #181
Expand Down
2 changes: 1 addition & 1 deletion tinytag/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

__version__ = '1.9.0'
__version__ = '1.10.0'

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

0 comments on commit 21e65cd

Please sign in to comment.