We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03725f1 + 77297a8 commit 7638100Copy full SHA for 7638100
.readthedocs.yaml
@@ -3,7 +3,7 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "3.9" # Adjust Python version if needed
+ python: "3.10" # Adjust Python version if needed
7
8
sphinx:
9
configuration: website/source/conf.py # Adjust if your config is in a different location
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ioNERDSS"
-version = "1.2.0"
+version = "2.0"
description = "Package for preparing NERDSS inputs and analysing outputs."
readme = "README.md"
10
license = { text = "GPL-3.0" }
test_plat.py
0 commit comments