Skip to content

Commit

Permalink
Merge pull request #49 from cnovel/UpdateDocAndVersion
Browse files Browse the repository at this point in the history
Update doc and version
  • Loading branch information
cnovel authored Jun 20, 2022
2 parents dd47edd + 01a1e1b commit 53aaf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Arguments:
* `-f FOLDER`, `--folder FOLDER`: Destination folder for MP3 files
* `--overwrite`: Will overwrite existing files
* `-l LAST_N`, `--last LAST_N`: Will only download the last N episodes. If N=0, download all the episodes
* `--prefix_with_datetime`: Will prefix the file name with the date (eg: 2022-06-15)
* `-v`, `--version`: Print version

Example:
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pbd_version = '0.5'
pbd_version = '0.6'

0 comments on commit 53aaf24

Please sign in to comment.