Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Sep 16, 2022
1 parent a3044a1 commit 1c8011a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

0.6.5 (2022-09-16)
------------------
- Added: Afshari and Stewart (2016) duration model
- Added: Kempton and Stewart (2006) duration model

0.6.4 (2022-01-24)
------------------
- Added: Bayless and Abrahamson (2019)
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="pygmm",
version="0.6.4",
version="0.6.5",
description="Ground motion models implemented in Python.",
long_description=readme + "\n\n" + history,
author="Albert Kottke",
Expand All @@ -34,6 +34,8 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 1c8011a

Please sign in to comment.