Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kose-y authored Apr 19, 2023
1 parent ecace73 commit 3d9085f
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
Expand Up @@ -2,7 +2,7 @@ name = "MendelImpute"
uuid = "e47305d1-6a61-5370-bc5d-77554d143183"
keywords = ["Imputation"]
authors = ["Benjamin Chu <[email protected]>", "Eric Sobel <[email protected]>", "Hua Zhou <[email protected]>"]
version = "1.2.3"
version = "1.2.4"

[deps]
BGEN = "6db4b851-9beb-4b83-9d64-eb1cfb37721d"
Expand Down

2 comments on commit 3d9085f

@kose-y
Copy link
Member Author

@kose-y kose-y commented on 3d9085f Apr 19, 2023

Choose a reason for hiding this comment

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

@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/81876

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 v1.2.4 -m "<description of version>" 3d9085fb21924232557f4d9b4d6d51a3106df354
git push origin v1.2.4

Please sign in to comment.