diff --git a/HISTORY.rst b/HISTORY.rst index 5b72975..706a664 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -1.0.5 (unreleased) +1.0.5 (2019-11-18) ------------------ - Increase the wait time in between failed API request retries. diff --git a/setup.py b/setup.py index c206bcc..8b0d11e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file: setup( name='mega.py', - version='1.0.5.dev0', + version='1.0.5', packages=find_packages('src', exclude=('tests', )), package_dir={'': 'src'}, include_package_data=True,