Skip to content

Commit

Permalink
Bump to v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
clementpoiret committed Sep 27, 2021
1 parent b7c5355 commit 39c50c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ROILoc"
version = "0.2.4"
version = "0.2.5"
description = "A simple package to center and crop T1w & T2w MRIs around a given region of interest by its name."
license = "MIT"
readme = "README.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.2.1"
__version__ = "0.2.5"
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.2.1'
assert __version__ == '0.2.5'

0 comments on commit 39c50c3

Please sign in to comment.