diff --git a/HISTORY.rst b/HISTORY.rst index a51ff8e..90b9ed6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,10 @@ History ======= +0.5.4 (2018-07-27) +------------------ +- Added MANIFEST.in + 0.5.3 (2018-07-27) ------------------ - Fix packaging issues diff --git a/setup.py b/setup.py index 7ef92b2..1758581 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='pyrotd', - version='0.5.3', + version='0.5.4', description='Rotated response spectrum calculation implemented in Python.', long_description=readme + '\n\n' + history, url='http://github.com/arkottke/pyrotd',