We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b198f8 + 523760d commit d22467eCopy full SHA for d22467e
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "CapAndHomalg"
2
uuid = "c4774649-1891-41ea-a883-87141804c57c"
3
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
4
-version = "1.6.9"
+version = "1.6.10"
5
6
[deps]
7
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
src/CapAndHomalg.jl
@@ -210,8 +210,8 @@ function __init__()
210
if show_banner
211
print("CapAndHomalg v")
212
printstyled("$version\n", color = :green)
213
- println("Imported OSCAR's components GAP and Singular_jll")
214
- println("Type: ?CapAndHomalg for more information")
+ print("Imported OSCAR's components GAP and Singular_jll\n")
+ print("Type: ?CapAndHomalg for more information\n")
215
end
216
217
0 commit comments