Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CapAndHomalg"
uuid = "c4774649-1891-41ea-a883-87141804c57c"
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
version = "1.6.9"
version = "1.6.10"

[deps]
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
Expand Down
4 changes: 2 additions & 2 deletions src/CapAndHomalg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ function __init__()
if show_banner
print("CapAndHomalg v")
printstyled("$version\n", color = :green)
println("Imported OSCAR's components GAP and Singular_jll")
println("Type: ?CapAndHomalg for more information")
print("Imported OSCAR's components GAP and Singular_jll\n")
print("Type: ?CapAndHomalg for more information\n")
end

end
Expand Down
Loading