Skip to content

Commit

Permalink
Merge pull request #9 from virtualcell/release-pypi
Browse files Browse the repository at this point in the history
make PyPI release as 0.1
  • Loading branch information
jcschaff authored Jan 20, 2025
2 parents 29681de + 8daf86d commit 13f3dfc
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.4"
version = "0.1.0"
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.4"
assert fv.__version__ == "0.1.0"


def test_version_function():
Expand Down

0 comments on commit 13f3dfc

Please sign in to comment.