Preparing release 0.9.19
This commit is contained in:
parent
7360923b2d
commit
7fd508aca4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
Release History
|
Release History
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
0.9.19 (unreleased)
|
0.9.19 (2019-10-16)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
- Python 3 support and bugfixes.
|
- Python 3 support and bugfixes.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mega.py',
|
name='mega.py',
|
||||||
version='0.9.17',
|
version='0.9.19',
|
||||||
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