Skip to content

Commit

Permalink
Bumping to 4.1.1 and updating README with pypi instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseward committed Feb 19, 2017
1 parent 9027049 commit 9677971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ virtualenv ~/.virtualenvs/plex-lastfm-scrobbler
source ~/.virtualenvs/plex-lastfm-scrobbler/bin/activate
```

Installing via `pip` or `easy_install` is supported. For example :`pip install plex-lastfm-scrobbler` or `easy_install plex-lastfm-scrobbler`.
Installing via `pip` or `easy_install` is supported. For example :`pip install plex-scrobble` or `easy_install plex-scrobble`.

If you wish to run development builds, fetch and install the source from the github repo.
```
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -34,8 +34,7 @@ virtualenvironment. This can be done as such.
source ~/.virtualenvs/plex-lastfm-scrobbler/bin/activate

Installing via ``pip`` or ``easy_install`` is supported. For example
:``pip install plex-lastfm-scrobbler`` or
``easy_install plex-lastfm-scrobbler``.
:``pip install plex-scrobble`` or ``easy_install plex-scrobble``.

If you wish to run development builds, fetch and install the source from
the github repo.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

NAME = 'plex-lastfm-scrobbler'
VERSION = '4.1.0'
VERSION = '4.1.1'

description = 'Scrobble audio tracks played via Plex Media Center'
try:
Expand Down

0 comments on commit 9677971

Please sign in to comment.