Skip to content

Commit cdc2a87

Browse files
committed
chore: bump to v0.4.0
1 parent 74efcfa commit cdc2a87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "roiloc"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
55
license = {text = "MIT License"}
66
readme = {file = "README.rst", content-type = "text/x-rst"}

roiloc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

tests/test_roiloc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.3.0"
5+
assert __version__ == "0.4.0"

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)