diff --git a/pyproject.toml b/pyproject.toml index fb8c897c..af2db1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build" [project] name = "pyvcell_fvsolver" -version = "0.0.2" +version = "0.0.3" description="Virtual Cell Finite Volume PDE solver" readme = "README.md" authors = [ diff --git a/tests/test_basic.py b/tests/test_basic.py index 2c3c6b5e..91b79151 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -2,7 +2,7 @@ def test_version(): - assert fv.__version__ == "0.0.2" + assert fv.__version__ == "0.0.3" def test_version_function():