Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jun 28, 2016
1 parent d2939b1 commit c7b693e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.33 - 2016.??.??
1.33 - 2016.06.29
-----------------

* FileType, Metadata: File-like object support :bug:`1`
Expand Down
2 changes: 1 addition & 1 deletion mutagen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from mutagen._file import FileType, StreamInfo, File
from mutagen._tags import Tags, Metadata, PaddingInfo

version = (1, 32, -1)
version = (1, 33)
"""Version tuple."""

version_string = ".".join(map(str, version))
Expand Down

0 comments on commit c7b693e

Please sign in to comment.