Preparing release 1.0.6

This commit is contained in:
Richard O'Dwyer 2020-02-03 19:46:43 +00:00
parent 46cf1c46c6
commit fc461b465a
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
Release History
===============
1.0.6 (unreleased)
1.0.6 (2020-02-03)
------------------
- Fixes RSA public exponent issue.

View file

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