Skip to content

Commit

Permalink
Bump depdencies and tag 0.10.1 (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma authored Jul 31, 2022
1 parent bb75f6f commit 745d03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Oscar"
uuid = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13"
authors = ["The OSCAR Team <oscar@mathematik.uni-kl.de>"]
version = "0.10.0"
version = "0.10.1"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand All @@ -25,12 +25,12 @@ cohomCalg_jll = "5558cf25-a90e-53b0-b813-cadaa3ae7ade"
msolve_jll = "6d01cc9a-e8f6-580e-8c54-544227e08205"

[compat]
AbstractAlgebra = "0.27.0"
AbstractAlgebra = "0.27.1"
DocStringExtensions = "0.8"
GAP = "0.8.1"
Hecke = "0.14.11"
Hecke = "0.14.12"
JSON = "^0.20, ^0.21"
Nemo = "0.32.0"
Nemo = "0.32.1"
Polymake = "0.8.0"
Preferences = "1"
RandomExtensions = "0.4.3"
Expand Down

2 comments on commit 745d03d

@thofma
Copy link
Collaborator Author

@thofma thofma commented on 745d03d Jul 31, 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/65374

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.10.1 -m "<description of version>" 745d03d8b61a2af9dfca238f839e3ee38a0febd1
git push origin v0.10.1

Please sign in to comment.