Preparing release 1.0.0

master
Richard O'Dwyer 2019-10-31 22:28:35 +00:00
parent 524659e0a2
commit e2f86c349f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Release History
---------------
1.0.0 (unreleased)
1.0.0 (2019-10-31)
+++++++++++++++++++
- Removes broken method ``get_contacts()``.

View File

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