We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5563390 commit 5ad60efCopy full SHA for 5ad60ef
CHANGELOG.md
@@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file. The format
10
- [x] Delete book from the library
11
- [x] Cythonize the code
12
13
+
14
+## [3.0.1] - 03-12-2022
15
16
+- [x] - Improved code quaity
17
+- [x] - Read web article bug fixed with https
18
19
## [3.0.0] - 07-11-2022
20
21
- [x] Added support for `--version` flag
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
name="audiobook",
- version="3.0.0",
+ version="3.0.1",
author="CodePerfectPlus",
author_email="deepak008@live.com",
description="Listen to your favourite audiobook",
0 commit comments