Preparing release 1.0.1

master
Richard O'Dwyer 2019-11-06 23:17:03 +00:00
parent 5888ce13fc
commit ae70a77e44
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Release History
===============
1.0.1 (unreleased)
1.0.1 (2019-11-06)
------------------
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.

View File

@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
setup(
name='mega.py',
version='1.0.1.dev0',
version='1.0.1',
packages=find_packages('src', exclude=('tests', )),
package_dir={'': 'src'},
include_package_data=True,