Skip to content

Commit 0eba0ad

Browse files
authored
Releasing BUG FIX 0.7.6.1
1 parent 6366029 commit 0eba0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyradio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" pyradio -- Console radio player. "
22

3-
version_info = (0, 7, 6)
3+
version_info = (0, 7, 6, 1)
44

55
__version__ = version = '.'.join(map(str, version_info))
66
__project__ = __name__

0 commit comments

Comments
 (0)