File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ ionerdss/
8080│ ├── make.bat # Windows build script
8181│ └── Makefile # Unix build script
8282├── ionerdss/ # Main Python package
83- │ ├── nerdss_model/ # Model building tools (v1.1 )
84- │ ├── nerdss_simulation/ # Simulation tools (v1.1 )
85- │ ├── nerdss_analysis/ # Data analysis tools (v1.1 )
83+ │ ├── nerdss_model/ # Model building tools (v1.2.0 )
84+ │ ├── nerdss_simulation/ # Simulation tools (v1.2.0 )
85+ │ ├── nerdss_analysis/ # Data analysis tools (v1.2.0 )
8686│ └── __init__.py
8787├── tests/ # Unit tests
8888├── data/ # Test and tutorial data
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ioNERDSS"
7- version = " 1.1 .0"
7+ version = " 1.2 .0"
88description = " Package for preparing NERDSS inputs and analysing outputs."
99readme = " README.md"
1010license = { text = " GPL-3.0" }
You can’t perform that action at this time.
0 commit comments