Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Jun 29, 2022
1 parent 4420be0 commit 7e174b3
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 = "InfinitesimalGenerators"
uuid = "2fce0c6f-5f0b-5c85-85c9-2ffe1d5ee30d"
version = "0.4.0"
version = "0.4.1"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -13,7 +13,7 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
[compat]
Arpack = "0.3, 0.4, 0.5"
Distributions = "0.22, 0.23, 0.24, 0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
KrylovKit = "0.4, 0.5"
Roots = "0.8, 1"
julia = "1.2"
Expand Down

2 comments on commit 7e174b3

@matthieugomez
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 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/63342

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.1 -m "<description of version>" 7e174b37bcb18efe90da7adeb935380badebda8f
git push origin v0.4.1

Please sign in to comment.