Skip to content

Commit 313827b

Browse files
authored
Use api 3.1 (#61)
1 parent fc44692 commit 313827b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

emodpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.1"
1+
__version__ = "3.1.0"

pyproject.toml

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

55
[project]
66
name = "emodpy"
7-
version = "3.0.1"
7+
version = "3.1.0"
88
description = "Core tools for modeling using EMOD"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -19,7 +19,7 @@ authors = [
1919
keywords = ["modeling", "IDM"]
2020
dependencies = [
2121
"idmtools[full]~=3.0",
22-
"emod-api~=3.0.1",
22+
"emod-api~=3.1.1",
2323
]
2424
license = "MIT"
2525
classifiers = [
@@ -68,7 +68,7 @@ emodpy = "emodpy_cli.cli.schema:emodpy"
6868
find = {include = ["emodpy*"]}
6969

7070
[tool.bumpversion]
71-
current_version = "3.0.1"
71+
current_version = "3.1.0"
7272
commit = true
7373

7474
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)