diff --git a/pyproject.toml b/pyproject.toml index 0b65ab2..3c941c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvcell" -version = "0.2.0" +version = "0.3.0" requires-python = ">=3.12,<4.0" description = "This is the python wrapper for vcell modeling and simulation" repository = "https://github.com/virtualcell/pyvcell" diff --git a/uv.lock b/uv.lock index 8ce2bb3..bfbbd84 100644 --- a/uv.lock +++ b/uv.lock @@ -3370,7 +3370,7 @@ wheels = [ [[package]] name = "pyvcell" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "lxml" },