File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = "3.0.1 "
1+ __version__ = "3.1.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " emodpy"
7- version = " 3.0.1 "
7+ version = " 3.1.0 "
88description = " Core tools for modeling using EMOD"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -19,7 +19,7 @@ authors = [
1919keywords = [" modeling" , " IDM" ]
2020dependencies = [
2121 " idmtools[full]~=3.0" ,
22- " emod-api~=3.0 .1" ,
22+ " emod-api~=3.1 .1" ,
2323]
2424license = " MIT"
2525classifiers = [
@@ -68,7 +68,7 @@ emodpy = "emodpy_cli.cli.schema:emodpy"
6868find = {include = [" emodpy*" ]}
6969
7070[tool .bumpversion ]
71- current_version = " 3.0.1 "
71+ current_version = " 3.1.0 "
7272commit = true
7373
7474[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments