Skip to content

Commit 73eb64e

Browse files
committed
added version to main file
1 parent c077a65 commit 73eb64e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ wheels/
2727
*.egg
2828
MANIFEST
2929
distribution.bat
30+
.pypirc
3031

3132
# PyInstaller
3233
# Usually these files are written by a python script from a template

pyEMA.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from tqdm import tqdm
66
from scipy.linalg import toeplitz
77

8+
__version__ = '0.12'
89

910
class lscf():
1011
"""

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from setuptools import setup
1212
setup(name='pyEMA',
13-
version='0.10',
13+
version='0.12',
1414
author='Klemen Zaletelj, Tomaž Bregar, Domen Gorjup, Janko Slavič',
1515
1616
description='Experimental and operational modal analysis.',

0 commit comments

Comments
 (0)