Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cscherrer committed Feb 26, 2021
1 parent eaf34cc commit c649c97
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 @@ -37,7 +37,7 @@ MappedArrays = "0.3"
MLStyle = "0.4"
MonteCarloMeasurements = "0.10"
NamedTupleTools = "0.13"
NestedTuples = "0.1"
NestedTuples = "0.1, 0.2"
RandomNumbers = "1"
SpecialFunctions = "0.10, 1"
StaticArrays = "0.12, 1"
Expand Down

2 comments on commit c649c97

@cscherrer
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
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/30918

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

Please sign in to comment.