We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bf880 commit 2ae9bbaCopy full SHA for 2ae9bba
emod_api/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.2.0"
+__version__ = "3.0.0"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "emod-api"
7
-version = "2.2.0"
+version = "3.0.0"
8
description = "Core tools for modeling using EMOD"
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -77,7 +77,7 @@ Issues = "https://github.com/EMOD-Hub/emod-api/issues"
77
find = {include = ["emod_api*"]}
78
79
[tool.bumpversion]
80
-current_version = "2.2.0"
+current_version = "3.0.0"
81
commit = true
82
83
[[tool.bumpversion.files]]
0 commit comments