Skip to content

Commit

Permalink
chore: bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Oct 29, 2024
1 parent 74efcfa commit cdc2a87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "roiloc"
version = "0.3.0"
version = "0.4.0"
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
license = {text = "MIT License"}
readme = {file = "README.rst", content-type = "text/x-rst"}
Expand Down
2 changes: 1 addition & 1 deletion roiloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion tests/test_roiloc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.0"
assert __version__ == "0.4.0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdc2a87

Please sign in to comment.