Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdk committed Sep 19, 2023
1 parent a480d74 commit 9b3f227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "An implementation of USTB's ultrasound file format (UFF) in Pytho
name = "pyuff_ustb"
readme = "README.md"
requires-python = ">=3.9"
version = "2.0.3"
version = "2.0.4"

[project.urls]
"Bug Tracker" = "https://github.com/magnusdk/pyuff_ustb/issues"
Expand Down
2 changes: 1 addition & 1 deletion pyuff_ustb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from pyuff_ustb.objects import *

__all__ = pyuff_ustb.objects.__all__
__version__ = "2.0.3"
__version__ = "2.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="pyuff_ustb",
version="2.0.3",
version="2.0.4",
author_email="[email protected]",
packages=find_packages(),
install_requires=["numpy", "h5py"],
Expand Down

0 comments on commit 9b3f227

Please sign in to comment.