Skip to content

Commit

Permalink
update dependencies, fixes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Jun 26, 2020
1 parent b841e4f commit af63c95
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,6 +1,6 @@
name = "Evolutionary"
uuid = "86b6b26d-c046-49b6-aa0b-5f0f74682bd6"
version = "0.6.1"
version = "0.6.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -11,7 +11,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
NLSolversBase = "^7.3.1"
UnPack = "^0.1.0"
UnPack = "^1.0.1"
julia = "^1.1"

[extras]
Expand Down

2 comments on commit af63c95

@wildart
Copy link
Owner 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/17021

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.2 -m "<description of version>" af63c9523fc0f401ed4aabfe8cf9f6c2b6055aff
git push origin v0.6.2

Please sign in to comment.