Skip to content

Commit 0a9455b

Browse files
committed
Fixes and bump version
1 parent 4a2130c commit 0a9455b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include LICENSE
22
include MANIFEST.in
3-
include README.rst
3+
include README.md
44
include mopidy_grooveshark/ext.conf

mopidy_grooveshark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from mopidy import config
88

99

10-
__version__ = '1.0.0'
10+
__version__ = '1.0.2'
1111

1212
logger = logging.getLogger(__name__)
1313

0 commit comments

Comments
 (0)