Skip to content

Commit

Permalink
Update Project.toml (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod authored Oct 3, 2023
1 parent 421e57c commit 62f3e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
ForwardDiff = "0.10"
NLSolversBase = "7.5"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.1"
julia = "1.6"

[extras]
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Expand Down

2 comments on commit 62f3e5f

@pkofod
Copy link
Member Author

@pkofod pkofod commented on 62f3e5f Oct 3, 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 updated: JuliaRegistries/General/92668

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.14.0 -m "<description of version>" 62f3e5f17dff33dbec0dc72436e2ee197337dc72
git push origin v0.14.0

Please sign in to comment.