Skip to content

Commit

Permalink
Incremented version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Jan 29, 2020
1 parent b032615 commit 465a7c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
------------------

* Change to no python JIT compliation for Vanmarcke integration.
* Added pre-commit back.

0.7.1 (2018-11-30)
------------------
Expand All @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 465a7c3

Please sign in to comment.