Skip to content

Commit

Permalink
Bump MultivariatePolynomials version
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme committed Jun 26, 2019
1 parent a5979ee commit 9842230
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
Expand Up @@ -2,7 +2,7 @@ name = "StaticPolynomials"
uuid = "62e018b1-6e46-5407-a5a7-97d4fbcae734"
license = "MIT"
repo = "https://github.com/JuliaAlgebra/StaticPolynomials.jl.git"
version = "1.3.1"
version = "1.3.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -11,7 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "1"
MultivariatePolynomials = "^0.2"
MultivariatePolynomials = "^0.2, ^0.3"
StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11"

[extras]
Expand Down

2 comments on commit 9842230

@saschatimme
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()

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.3.2 -m "<description of version>" 98422305b2975a369799b23d8f389a9679386dad
git push origin v1.3.2

Please sign in to comment.