Skip to content

Commit

Permalink
Merge pull request #17 from ladisk/prep_for_release_v1.1.1
Browse files Browse the repository at this point in the history
preparation for release of version v1.1.1; phase fix
  • Loading branch information
jankoslavic authored Sep 18, 2024
2 parents 92551c8 + 83199b0 commit 64080f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyFRF.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FRF: Frequency response function.
import scipy
import warnings

__version__ = '1.1'
__version__ = '1.1.1'
_EXC_TYPES = ['f', 'a', 'v', 'd', 'e'] # force for EMA and kinematics for OMA
_RESP_TYPES = ['a', 'v', 'd', 'e'] # acceleration, velocity, displacement, strain
_FRF_TYPES = ['H1', 'H2', 'Hv', 'ODS']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyFRF"
version = "1.1"
version = "1.1.1"
authors = [{name = "Janko Slavič, Luka Novak, Martin Česnik, et al.", email = "[email protected]"}]
maintainers = [{name = "Janko Slavič, Luka Novak, Martin Česnik, et al.", email = "[email protected]"}]
license = "MIT"
Expand Down

0 comments on commit 64080f7

Please sign in to comment.