File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed
Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1- """
2- To generate a config.json from a param_overrides.json (or params-of-interest.json):
3- python -m emod_api.config.from_overrides </path/to/po.json>
4-
5- To generate a default config.json based on the schema for a given Eradication binary:
6- python -m emod_api.config.from_schema -e </path/to/Eradication.[exe]> ...
7-
8- To generate a schema.json:
9- python -m emod_api.schema.get_schema </path/to/Eradication[.exe]>
10-
11- For rest of emod-api documentation, please go to https://github.com/InstituteforDiseaseModeling/emod-api
12- """
13- __version__ = "2.1.0"
1+ __version__ = "2.2.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " emod-api"
7- version = " 2.1 .0"
7+ version = " 2.2 .0"
88description = " Core tools for modeling using EMOD"
99readme = " README.md"
1010requires-python = " >=3.9"
@@ -77,7 +77,7 @@ Issues = "https://github.com/EMOD-Hub/emod-api/issues"
7777find = {include = [" emod_api*" ]}
7878
7979[tool .bumpversion ]
80- current_version = " 2.1 .0"
80+ current_version = " 2.2 .0"
8181commit = true
8282
8383[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments