Skip to content

Commit 1b1bc35

Browse files
committed
version update for 0.1.2
1 parent 16b2600 commit 1b1bc35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tutorials/custom_subcortical_atlas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"\n",
438438
"this works exactly like the subcortical example above. you simply point `custom_atlas_path` to a folder, and `yabplot` will visualize every tract file it finds there.\n",
439439
"\n",
440-
"* **requirement:** a directory containing `.trk` files.\n",
440+
"* **requirement:** a directory containing `.trk` or `.tck` files.\n",
441441
"* **naming:** the filename determines the region name (e.g., `CST_Left.trk` becomes `'CST_Left'`).\n",
442442
"* **alignment:** ensure your tract files are in the same space as the background brain (standard MNI152 by default) so they align correctly."
443443
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yabplot"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "yet another brain plot"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)