Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinggong committed May 3, 2024
1 parent 750cd5f commit 86de998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Microstructure"
uuid = "bb9cb41e-5262-42dc-ac73-4f266bc6ab72"
authors = ["Ting Gong"]
version = "0.1.4"
version = "0.1.5"

[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down

2 comments on commit 86de998

@Tinggong
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • fixed dimension mismatch when saving fractions vector as nifti file
  • added progress bar to threading function

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/106151

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.5 -m "<description of version>" 86de9988dc4f7dfbf84bee43ba742ae012057e60
git push origin v0.1.5

Please sign in to comment.