bump to v0.6.0

This commit is contained in:
Marek Kaluba 2021-05-26 12:18:14 +02:00
parent 3a88728e0a
commit 190fe1f201
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name = "Groups"
uuid = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
version = "0.5.2"
version = "0.6.0"
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
@ -14,7 +14,9 @@ ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[compat]
AbstractAlgebra = "^0.13.0, ^0.14.0, ^0.15.0"
KnuthBendix = "^0.2.0"
GroupsCore = "^0.3"
OrderedCollections = "1"
ThreadsX = "^0.1.0"
julia = "1.3, 1.4, 1.5"