Back to development: 1.0.4

This commit is contained in:
Richard O'Dwyer 2019-11-12 09:53:16 +00:00
parent f0ed01f32d
commit 6afa4f2132
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@
Release History
===============
1.0.4 (unreleased)
------------------
- Nothing changed yet.
1.0.3 (2019-11-12)
------------------

View file

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