Skip to content

Commit

Permalink
Bump version (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Feb 3, 2022
1 parent e2f1337 commit 48ec7ed
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.9.1"
version = "0.9.2"

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

[compat]
AbstractAlgebra = "0.23.0"
AbstractAlgebra = "0.24.0"
BinaryWrappers = "~0.1.1"
CxxWrap = "0.11, 0.12"
Nemo = "0.28.0"
Nemo = "0.29.0"
RandomExtensions = "0.4.2"
Singular_jll = "~403.0.100"
julia = "1.6"
Expand Down

2 comments on commit 48ec7ed

@thofma
Copy link
Collaborator Author

@thofma thofma commented on 48ec7ed Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

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.9.2 -m "<description of version>" 48ec7ed5e9040c6e816bc42a28e70f2d60b6999a
git push origin v0.9.2

Please sign in to comment.