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 Aug 4, 2021
1 parent 8085b4a commit 658376a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "SnpArrays"
uuid = "4e780e97-f5bf-4111-9dc4-b70aaf691b06"
keywords = ["GWAS", "Genome-wide association studies", "binary plink"]
authors = ["Hua Zhou <[email protected]>", "Seyoon Ko <[email protected]>", "Douglas Bates <[email protected]>", "OpenMendel Team"]
version = "0.3.9"
version = "0.3.10"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -37,12 +37,12 @@ CodecBzip2 = "0.7"
CodecXz = "0.7"
CodecZlib = "0.7"
CodecZstd = "0.7"
DataFrames = "0.20 - 1"
DataFrames = "0.20, 0.21, 0.22, 1"
Glob = "1"
LoopVectorization = "0.12.43"
Missings = "0.4 - 1"
Missings = "0.4, 1"
Requires = "1"
SpecialFunctions = "0.8 - 1"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
StatsBase = "0.24 - 0.33"
Tables = "1"
TranscodingStreams = "0.9"
Expand Down

2 comments on commit 658376a

@kose-y
Copy link
Member Author

@kose-y kose-y commented on 658376a Aug 4, 2021

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/42126

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.3.10 -m "<description of version>" 658376a2a31998b6aa222e736073ff7ea6a35e94
git push origin v0.3.10

Also, note the warning: This looks like a new registration that registers version 0.3.10.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.