From 465a7c3dbd3cafa2d8bf6dfa6dbd46c8d1042f5a Mon Sep 17 00:00:00 2001 From: Albert Kottke Date: Wed, 29 Jan 2020 11:44:59 -0800 Subject: [PATCH] Incremented version. --- HISTORY.rst | 3 ++- setup.cfg | 3 --- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 36868f7..44785ee 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ ------------------ * Change to no python JIT compliation for Vanmarcke integration. +* Added pre-commit back. 0.7.1 (2018-11-30) ------------------ @@ -30,7 +31,7 @@ * Fixed PEP8 issues in docstrings. -0.6.0 (2017-05-05) +0.6.1 (2017-05-05) ------------------ * Removed pyprind require and progress bars. diff --git a/setup.cfg b/setup.cfg index 1e58a52..88d25e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,9 +2,6 @@ test = pytest release = clean --all sdist bdist_wheel build_sphinx upload upload_docs -[metadata] -description-file = README.rst - [wheel] universal = 1 diff --git a/setup.py b/setup.py index 3fa2a68..608c919 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='pyRVT', - version='0.7.1', + version='0.7.2', description='Random vibration theory for earthquake ground motions.', long_description=readme + '\n\n' + history, author='Albert Kottke',