Skip to content

Commit 39c50c3

Browse files
committed
Bump to v0.2.5
1 parent b7c5355 commit 39c50c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ROILoc"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
55
license = "MIT"
66
readme = "README.rst"

roiloc/__init__.py

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

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.2.1'
5+
assert __version__ == '0.2.5'

0 commit comments

Comments
 (0)