diff --git a/README.md b/README.md index 616e630..18ce2f5 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ https://m.wikihow.com/Install-FFmpeg-on-Windows `$ brew install ffmpeg` ## Changelog +### v1.0.8: + * Fixed a bug with quality fetching. ### v1.0.7: * `download()` will return file path again. ### v1.0.6: diff --git a/setup.py b/setup.py index 4871f64..c3eff40 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="redvid", - version="1.0.7", + version="1.0.8", author="elmoiv", author_email="elmoiv@yahoo.com", description="Smart downloader for Reddit hosted videos",