diff --git a/HISTORY.rst b/HISTORY.rst index b4a2da0..517584e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -1.0.3 (unreleased) +1.0.3 (2019-11-12) ------------------ - Fixes broken ``download`` method. diff --git a/setup.py b/setup.py index fcb4fc4..8d6ec4f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file: setup( name='mega.py', - version='1.0.3.dev0', + version='1.0.3', packages=find_packages('src', exclude=('tests', )), package_dir={'': 'src'}, include_package_data=True,