We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2130c commit 0a9455bCopy full SHA for 0a9455b
MANIFEST.in
@@ -1,4 +1,4 @@
1
include LICENSE
2
include MANIFEST.in
3
-include README.rst
+include README.md
4
include mopidy_grooveshark/ext.conf
mopidy_grooveshark/__init__.py
@@ -7,7 +7,7 @@
7
from mopidy import config
8
9
10
-__version__ = '1.0.0'
+__version__ = '1.0.2'
11
12
logger = logging.getLogger(__name__)
13
0 commit comments