Skip to content

Commit

Permalink
Distributions 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Dec 18, 2021
1 parent 25deef7 commit ebedf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClinicalTrialUtilities"
uuid = "535c2557-d7d0-564d-8ff9-4ae146c18cfe"
authors = ["Vladimir Arnautov ([email protected])"]
version = "0.6.2"
version = "0.6.3"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -15,7 +15,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
DataFrames = "0.22, 1"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
QuadGK = "2"
RecipesBase = "1"
Roots = "1"
Expand Down

2 comments on commit ebedf6f

@PharmCat
Copy link
Owner

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

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.6.3 -m "<description of version>" ebedf6fac3db57165afe3fbca1712958580a5679
git push origin v0.6.3

Please sign in to comment.