Skip to content

Commit

Permalink
prepare for release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic committed Oct 3, 2023
1 parent d92b0bd commit 28a0dbd
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.0'
__version__ = '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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def parse_requirements(filename):

requirements = parse_requirements('requirements.txt')

setup(name='pyuff',
setup(name='pyFRF',
version=version,
author='Janko Slavič, Luka Novak, Martin Česnik, et al.',
author_email='janko.slavic@fs.uni-lj.si',
Expand Down

0 comments on commit 28a0dbd

Please sign in to comment.