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 Sep 21, 2023
1 parent 96f4eb9 commit 2035088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ 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.5"
version = "1.2.6"

[deps]
BGEN = "6db4b851-9beb-4b83-9d64-eb1cfb37721d"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
GroupSlices = "d853e229-7c7c-56e9-b6be-9a1acc5f13d9"
Expand All @@ -31,7 +30,6 @@ BGEN = "0.1.3"
CSV = "0.8, 0.9, 0.10"
DataFrames = "0.21, 0.22, 1"
Distances = "0.10"
Documenter = "0.20 - 0.27"
FileIO = "1"
FixedPointNumbers = "0.8"
GroupSlices = "0.0.3"
Expand Down

2 comments on commit 2035088

@kose-y
Copy link
Member Author

@kose-y kose-y commented on 2035088 Sep 21, 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/91860

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.6 -m "<description of version>" 2035088f2e46f02fe2152f1f289d120db5f39926
git push origin v1.2.6

Please sign in to comment.