We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366029 commit 0eba0adCopy full SHA for 0eba0ad
pyradio/__init__.py
@@ -1,6 +1,6 @@
1
" pyradio -- Console radio player. "
2
3
-version_info = (0, 7, 6)
+version_info = (0, 7, 6, 1)
4
5
__version__ = version = '.'.join(map(str, version_info))
6
__project__ = __name__
0 commit comments