Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eahenle committed Jun 12, 2021
1 parent e5f7845 commit 045ae95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ OffsetArrays = "0.11.4"
Optim = "0.19.7,1.3.0"
Polynomials = "0.6.0"
ProgressMeter = "1.2.0"
PyCall = "^1.92.3"
Reexport = "^1.1.0"
Roots = "0.8.4"
SpecialFunctions = "0.10.0"
StatsBase = "0.32.0,0.33.8"
Expand Down

2 comments on commit 045ae95

@eahenle
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 updated: JuliaRegistries/General/38744

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.1 -m "<description of version>" 045ae956461ed989a465cb794447082ba519fb54
git push origin v0.3.1

Please sign in to comment.