Skip to content

Commit

Permalink
Bump dependencies and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jul 10, 2021
1 parent 52410e4 commit acba364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
@@ -1,6 +1,6 @@
name = "Singular"
uuid = "bcd08a7b-43d2-5ff7-b6d4-c458787f915c"
version = "0.5.5"
version = "0.5.6"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -17,9 +17,9 @@ lib4ti2_jll = "1493ae25-0f90-5c0e-a06c-8c5077d6d66f"
libsingular_julia_jll = "ae4fbd8f-ecdb-54f8-bbce-35570499b30e"

[compat]
AbstractAlgebra = "0.18.0"
AbstractAlgebra = "0.19.0"
CxxWrap = "0.11"
Nemo = "0.24.0"
Nemo = "0.25.0"
RandomExtensions = "0.4.2"
Singular_jll = "~402.000.102"
julia = "1.3"
Expand Down

2 comments on commit acba364

@thofma
Copy link
Collaborator Author

@thofma thofma commented on acba364 Jul 10, 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/40634

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.5.6 -m "<description of version>" acba3647d303ad2915c81b1f03c9b5229e679fdb
git push origin v0.5.6

Please sign in to comment.