Skip to content

Commit

Permalink
Releasing BUG FIX 0.7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-n-g authored Jun 3, 2019
1 parent 6366029 commit 0eba0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyradio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" pyradio -- Console radio player. "

version_info = (0, 7, 6)
version_info = (0, 7, 6, 1)

__version__ = version = '.'.join(map(str, version_info))
__project__ = __name__
Expand Down

0 comments on commit 0eba0ad

Please sign in to comment.