diff --git a/.bumpversion.toml b/.bumpversion.toml index 6fe486b..ba9888b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.1.2" commit = true allow_dirty = false commit_args = "--no-verify" diff --git a/pyproject.toml b/pyproject.toml index 5c98afd..8ac33ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "mach-beamform" -version = "0.1.1" # Update via bump-my-version, not manually +version = "0.1.2" # Update via bump-my-version, not manually description = "Ultrafast GPU-accelerated beamforming kernel for ultrasound imaging" authors = [ { name = "Charles Guan" }, diff --git a/src/mach/__init__.py b/src/mach/__init__.py index deab719..1f1b843 100644 --- a/src/mach/__init__.py +++ b/src/mach/__init__.py @@ -11,7 +11,7 @@ __version__ = version("mach") except PackageNotFoundError: # Update via bump-my-version, not manually - __version__ = "0.1.1" + __version__ = "0.1.2" # Import main modules to make them available as mach.module_name from . import geometry, kernel, wavefront diff --git a/uv.lock b/uv.lock index 17efdcb..62c67d6 100644 --- a/uv.lock +++ b/uv.lock @@ -1555,7 +1555,7 @@ wheels = [ [[package]] name = "mach-beamform" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "array-api-compat" },