Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Aug 24, 2021
1 parent fb8c588 commit 4259fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.5"
version = "0.3.6"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -13,8 +13,8 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"

[compat]
Arpack = "0.3, 0.4, 0.5"
Distributions = "0.22, 0.23, 0.24"
FillArrays = "0.8, 0.9, 0.10, 0.11"
Distributions = "0.22, 0.23, 0.24, 0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12"
FiniteDiff = "2"
KrylovKit = "0.4, 0.5"
Roots = "0.8, 1"
Expand Down

4 comments on commit 4259fb6

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

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.6 -m "<description of version>" 4259fb6a763895eb5c53c16207cae4f2ee07e951
git push origin v0.3.6

Also, note the warning: Version 0.3.6 skips over 0.3.5
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

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

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.6 -m "<description of version>" 4259fb6a763895eb5c53c16207cae4f2ee07e951
git push origin v0.3.6

Also, note the warning: Version 0.3.6 skips over 0.3.5
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.