Skip to content

Commit

Permalink
Bump version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdk committed Sep 21, 2023
1 parent e792a56 commit cb78d06
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.6"
version = "2.0.7"

[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.6"
__version__ = "2.0.7"
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.6",
version="2.0.7",
author_email="[email protected]",
packages=find_packages(),
install_requires=["numpy", "h5py"],
Expand Down

0 comments on commit cb78d06

Please sign in to comment.