Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Feb 6, 2022
1 parent ea1b3a0 commit 477c996
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,7 +1,7 @@
name = "EffectSizes"
uuid = "e248de7e-9197-5860-972e-353a2af44d75"
authors = ["harryscholes <harryscholes@gmail.com>"]
version = "0.1.4"
version = "1.0.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -10,9 +10,9 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
Distributions = "0.23, 0.24, 0.25"
Distributions = "0.25"
StatsBase = "0.33"
SpecialFunctions = "2.1.1"
SpecialFunctions = "2.1"
julia = "1.7"

[extras]
Expand Down

2 comments on commit 477c996

@rikhuijzer
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Fix the calculation of the confidence interval; thanks to @jdalbers. Also sets the lower bound to Julia 1.7. The version of the package is set to 1.0.0 because that allows making MAJOR, MINOR and PATCH releases in the future. See https://semver.org/ for details. Setting the version to 1.0.0 does not mean that this package now works perfectly. The license is still MIT, so the functionality of this package is provided without warranty of any kind

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

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.0.0 -m "<description of version>" 477c996a1bf5bad19e720ea60238db6b8c59c6b6
git push origin v1.0.0

Please sign in to comment.