Skip to content

Commit ed4ed17

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent f90d21f commit ed4ed17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.2"
2+
current_version = "0.0.3"
33
commit = true
44
allow_dirty = false
55
commit_args = "--no-verify"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "mach-beamform"
7-
version = "0.0.2" # Update via bump-my-version, not manually
7+
version = "0.0.3" # Update via bump-my-version, not manually
88
description = "Ultrafast GPU-accelerated beamforming kernel for ultrasound imaging"
99
authors = [
1010
{ name = "Charles Guan" },

src/mach/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__version__ = version("mach")
1212
except PackageNotFoundError:
1313
# Update via bump-my-version, not manually
14-
__version__ = "0.0.2"
14+
__version__ = "0.0.3"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)