Skip to content

Commit

Permalink
CompatHelper: bump compat for SpecialFunctions to 2, (keep existing c…
Browse files Browse the repository at this point in the history
…ompat) (#3)

* CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat)

* Bump patch version

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Stefanos Carlström <stefanos.carlstrom@gmail.com>
  • Loading branch information
3 people authored Nov 23, 2021
1 parent f5587bb commit 9111aae
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,7 +1,7 @@
name = "MatrixPolynomials"
uuid = "bd52c179-449c-4965-a404-68b29a447f4b"
authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
version = "0.1.0"
version = "0.1.1"

[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Expand All @@ -18,7 +18,7 @@ ArnoldiMethod = "0.2.0"
Compat = "3.26.0"
Formatting = "0.4"
Parameters = "0.12"
SpecialFunctions = "1.3"
SpecialFunctions = "1.3, 2"
UnicodeFun = "0.4"
julia = "1.3"

Expand Down

2 comments on commit 9111aae

@jagot
Copy link
Owner

@jagot jagot commented on 9111aae Nov 23, 2021

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/49225

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.1.1 -m "<description of version>" 9111aaef159f701c57999f1f4fd4daca40c71a5d
git push origin v0.1.1

Please sign in to comment.