Preparing release 1.0.8

master
Richard O'Dwyer 2020-06-25 21:44:19 +01:00
parent cf1a1196a8
commit 34f3e73359
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Release History
===============
1.0.8 (unreleased)
1.0.8 (2020-06-25)
------------------
- Fixes find method returning the wrong file when more than one file

View File

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