Skip to content

Commit 99d0fbf

Browse files
committed
new version
1 parent 9f57f26 commit 99d0fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
URL = 'https://github.com/mengaldo/PySPOD'
1111
AUTHOR = "Gianmarco Mengaldo"
1212
13-
VERSION = "0.2"
13+
VERSION = "0.3"
1414
KEYWORDS='spectral-proper-orthogonal-decomposition spod'
1515
REQUIRED = [
1616
"numpy",
@@ -116,7 +116,7 @@ def run(self):
116116
('pyspod',['pyspod/plotting_support/coast_centred.mat'])],
117117
# package_dir={NAME: NAME},
118118
# package_data={NAME: [
119-
# 'pyspod/plotting_support/*.mat',
119+
# 'pyspod/plotting_support/*.mat',
120120
# ]},
121121
install_requires=REQUIRED,
122122
extras_require=EXTRAS,

0 commit comments

Comments
 (0)