Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "2" (#113)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "SpecialFunctions" to "2"

* Update Project.toml

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Seyoon Ko <[email protected]>
  • Loading branch information
github-actions[bot] and kose-y authored Nov 23, 2021
1 parent 0adc33f commit bba965f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.12"
authors = ["Hua Zhou <[email protected]>", "Seyoon Ko <[email protected]>", "Douglas Bates <[email protected]>", "OpenMendel Team"]
version = "0.3.13"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -42,7 +42,7 @@ Glob = "1"
LoopVectorization = "0.12.43"
Missings = "0.4, 1"
Requires = "1"
SpecialFunctions = "0.8, 0.9, 0.10, 1"
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
StatsBase = "0.24 - 0.33"
Tables = "1"
TranscodingStreams = "0.9"
Expand Down

2 comments on commit bba965f

@kose-y
Copy link
Member

@kose-y kose-y commented on bba965f Nov 23, 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/49289

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.13 -m "<description of version>" bba965ff40c3c649bd6ab786b46f22dab24707f6
git push origin v0.3.13

Please sign in to comment.