Skip to content

Commit

Permalink
set version 0.0.3 to refresh test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jun 14, 2024
1 parent cb74451 commit 575d2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_version():
assert fv.__version__ == "0.0.2"
assert fv.__version__ == "0.0.3"


def test_version_function():
Expand Down

0 comments on commit 575d2cb

Please sign in to comment.