Skip to content

Commit 996336c

Browse files
committed
version upgrade.
1 parent 208e8fd commit 996336c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Checklist before release of new versions:
1010

1111
## VERSIONS
1212

13+
### 12/09/2019 VERSION: 0.6.6
14+
15+
- New: system arguments added to `python -m sfeprapy.mcs0` command line call. For example, calling `python -m sfeprapy.mcs0 example_input.csv mp4` will run the problem definition file `example_input.csv` with 4 processes.
16+
1317
### 27/08/2019 VERSION: 0.6.5
1418

1519
- New: `phi_teq` is added in `sfeprapy.mcs0` to include Model Uncertainty factor, see [README](README) for details.

sfeprapy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
"""
3636

37-
__version__ = '0.6.5'
37+
__version__ = '0.6.6'
3838

3939
if __name__ == '__main__':
4040
import re

0 commit comments

Comments
 (0)