Skip to content

Commit cde333e

Browse files
committed
version bump before release
1 parent 6bef00e commit cde333e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyFRF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class FRF: Frequency response function.
1111
import scipy
1212
import warnings
1313

14-
__version__ = '1.1.3'
14+
__version__ = '1.1.4'
1515
_EXC_TYPES = ['f', 'a', 'v', 'd', 'e'] # force for EMA and kinematics for OMA
1616
_RESP_TYPES = ['a', 'v', 'd', 'e'] # acceleration, velocity, displacement, strain
1717
_FRF_TYPES = ['H1', 'H2', 'Hv', 'ODS']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyFRF"
7-
version = "1.1.3"
7+
version = "1.1.4"
88
authors = [{name = "Janko Slavič, Luka Novak, Martin Česnik, et al.", email = "[email protected]"}]
99
maintainers = [{name = "Janko Slavič, Luka Novak, Martin Česnik, et al.", email = "[email protected]"}]
1010
license = "MIT"

0 commit comments

Comments
 (0)