Skip to content

Commit

Permalink
finalised refactor of duhamel to sdof
Browse files Browse the repository at this point in the history
  • Loading branch information
millen1m committed May 8, 2019
1 parent 1c0ef62 commit b0bd319
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eqsig/__about__.py
@@ -1,4 +1,4 @@
__project__ = "eqsig"
__author__ = "Maxim Millen"
__version__ = "0.6.5"
__version__ = "0.6.6"
__license__ = "MIT"
4 changes: 4 additions & 0 deletions eqsig/duhamels.py
@@ -0,0 +1,4 @@
from eqsig.sdof import *
from eqsig.exceptions import deprecation

deprecation('eqsig.duhamels has deprecated, used eqsig.sdof')

0 comments on commit b0bd319

Please sign in to comment.