Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phauer committed Oct 1, 2016
1 parent 3613cf9 commit 3405de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo apt install python3-pip
```
Install _migrate-itunes-to-rhythmbox_
```
$ pip3 install https://github.com/phauer/migrate-itunes-to-rhythmbox/releases/download/1.0.1/migrate-itunes-to-rhythmbox-1.0.1.tar.gz --process-dependency-links --user
$ pip3 install https://github.com/phauer/migrate-itunes-to-rhythmbox/releases/download/1.0.2/migrate-itunes-to-rhythmbox-1.0.2.tar.gz --process-dependency-links --user
```
The script is now installed to `.local/bin/migrate-itunes-to-rhythmbox`. You may want to add `~/.local/bin` to your $PATH:
```
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
default_task = ['install_dependencies', 'clean', 'publish']

name = "migrate-itunes-to-rhythmbox"
version = "1.0.1"
version = "1.0.2"
summary = settings.PROJECT_DESCRIPTION
authors = (Author("Philipp Hauer", "")),
url = "https://github.com/phauer/migrate-itunes-to-rhythmbox"
Expand Down

0 comments on commit 3405de7

Please sign in to comment.