Skip to content

Commit

Permalink
version bump. !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Nov 18, 2017
1 parent d729dc4 commit b0c3325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/eyed3/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def __parse_version(v): # pragma: nocover
return ver, rel, ver_info


__version__ = "0.8.3"
__release_name__ = "So Alone"
__version__ = "0.8.4"
__release_name__ = "The Cold Vein"
__years__ = "2002-2017"

_, __release__, __version_info__ = __parse_version(__version__)
Expand Down
2 changes: 1 addition & 1 deletion src/eyed3/id3/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ def _checkForConversions(self, target_version):

def _render(self, version, curr_tag_size, max_padding_size):
converted_frames = []
std_frames , non_std_frames = self._checkForConversions(version)
std_frames, non_std_frames = self._checkForConversions(version)
if non_std_frames:
converted_frames = self._convertFrames(std_frames, non_std_frames,
version)
Expand Down

0 comments on commit b0c3325

Please sign in to comment.