Skip to content

Commit 0d33cdc

Browse files
committed
Bump version
1 parent 58e65db commit 0d33cdc

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

emod_api/__init__.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
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"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "emod-api"
7-
version = "2.1.0"
7+
version = "2.2.0"
88
description = "Core tools for modeling using EMOD"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -77,7 +77,7 @@ Issues = "https://github.com/EMOD-Hub/emod-api/issues"
7777
find = {include = ["emod_api*"]}
7878

7979
[tool.bumpversion]
80-
current_version = "2.1.0"
80+
current_version = "2.2.0"
8181
commit = true
8282

8383
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)