diff --git a/HISTORY.md b/HISTORY.md index b426fd8..efc0feb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History +## v0.4.4 (2019-05-22) +- Incremented version because of issue with automated builds. + ## v0.4.3 (2019-05-22) - FIXED: Bug in MANIFEST.in diff --git a/setup.py b/setup.py index a02dd45..5b1d7aa 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='pySRA', - version='0.4.3', + version='0.4.4', description='Site Response Analysis with Python', long_description=readme + '\n\n' + history, long_description_content_type='text/markdown',