Skip to content

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivy Bowman committed Mar 8, 2022
1 parent 2734d06 commit fc75856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ The intention of this script is solely to automate downloading and converting of

# Features

- AutoBooks Web: Uses selenium and chromedriver to download the odms from overdrive without user interaction.
- Uses odmpy to fulfill and convert odms to chapterized m4b audiobook files.
- AutoBooks Web: Uses selenium and chromedriver to download the odm files from overdrive without user interaction.
- Uses odmpy to fulfill and convert odm files to chapterized m4b audiobooks.
- Moves the generated audiobooks to a chosen folder.
- Backs up the download files in case you need to redownload the books.
- Backs up the download files in case you need to re-download the books.
- Logs to console and timestamped logfile.
- Reports execution status and some logs to a [Cronitor](https://cronitor.io/) monitor.
- Can be controlled via included Discord bot or terminal.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '0.2.1'
VERSION = '0.3'
DESCRIPTION = 'Python tool to automate processing a batch of OverDrive audiobooks.'
LONG_DESCRIPTION = 'Python tool to automate processing a batch of OverDrive audiobooks.'

Expand Down

0 comments on commit fc75856

Please sign in to comment.