Skip to content

Commit 3aa7107

Browse files
committed
publish version 1.2.0 on pypi
1 parent 1e0ff74 commit 3aa7107

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ioNERDSS"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "Package for preparing NERDSS inputs and analysing outputs."
99
readme = "README.md"
1010
license = { text = "GPL-3.0" }

0 commit comments

Comments
 (0)