We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c5355 commit 39c50c3Copy full SHA for 39c50c3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ROILoc"
3
-version = "0.2.4"
+version = "0.2.5"
4
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
5
license = "MIT"
6
readme = "README.rst"
roiloc/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.1"
+__version__ = "0.2.5"
tests/test_roiloc.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == '0.2.1'
+ assert __version__ == '0.2.5'
0 commit comments