Skip to content

Commit c93d176

Browse files
committed
release
1 parent 5669ba4 commit c93d176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.34 - 2016.??.??
1+
1.34 - 2016.07.20
22
-----------------
33

44
* ID3:

mutagen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from mutagen._file import FileType, StreamInfo, File
2525
from mutagen._tags import Tags, Metadata, PaddingInfo
2626

27-
version = (1, 34, -1)
27+
version = (1, 34)
2828
"""Version tuple."""
2929

3030
version_string = ".".join(map(str, version))

0 commit comments

Comments
 (0)