From fa38263dbddf93c04303352ef395d55a0caeaa4c Mon Sep 17 00:00:00 2001 From: Richard O'Dwyer Date: Mon, 18 Nov 2019 19:04:42 +0000 Subject: [PATCH] Back to development: 1.0.5 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 59c993a..ebb831a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +1.0.5 (unreleased) +------------------ + +- Nothing changed yet. + + 1.0.4 (2019-11-18) ------------------ diff --git a/setup.py b/setup.py index 37e86ef..c206bcc 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.4', + version='1.0.5.dev0', packages=find_packages('src', exclude=('tests', )), package_dir={'': 'src'}, include_package_data=True,