Preparing release 1.0.8
This commit is contained in:
parent
cf1a1196a8
commit
34f3e73359
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
1.0.8 (unreleased)
|
1.0.8 (2020-06-25)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Fixes find method returning the wrong file when more than one file
|
- Fixes find method returning the wrong file when more than one file
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ with open('HISTORY.md', 'r', encoding='utf-8') as hist_file:
|
||||||
history = hist_file.read()
|
history = hist_file.read()
|
||||||
|
|
||||||
setup(name='mega.py',
|
setup(name='mega.py',
|
||||||
version='1.0.8.dev0',
|
version='1.0.8',
|
||||||
packages=find_packages('src', exclude=('tests', )),
|
packages=find_packages('src', exclude=('tests', )),
|
||||||
package_dir={'': 'src'},
|
package_dir={'': 'src'},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in a new issue