Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed May 28, 2018
1 parent f440d50 commit 97faf92
Showing 1 changed file with 2 additions and 2 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.6"
__release_name__ = "Robot Man"
__version__ = "0.8.7"
__release_name__ = ""
__years__ = "2002-2018"

_, __release__, __version_info__ = __parse_version(__version__)
Expand Down

0 comments on commit 97faf92

Please sign in to comment.