Skip to content

Commit

Permalink
Call this 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Sep 21, 2018
1 parent c401ab5 commit d3ea003
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/AbstractAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ using Markdown

using InteractiveUtils

import LinearAlgebra: det, norm,
nullspace, rank, transpose!, hessenberg

if VERSION < v"1.0.0"
import Base: atan2, base, contains, nextpow2, prevpow2
end
import LinearAlgebra: det, norm, nullspace, rank, transpose!, hessenberg

import LinearAlgebra: lu, lu!, tr

Expand Down Expand Up @@ -75,7 +70,7 @@ include("AbstractTypes.jl")

function __init__()
println("")
println("Welcome to AbstractAlgebra version 0.1.2-dev")
println("Welcome to AbstractAlgebra version 0.1.2")
println("")
println("AbstractAlgebra comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -88,7 +83,7 @@ end
################################################################################

function versioninfo()
print("AbstractAlgebra version 0.1.2-dev\n")
print("AbstractAlgebra version 0.1.2\n")
abstractalgebrarepo = dirname(dirname(@__FILE__))

print("AbstractAlgebra: ")
Expand Down

0 comments on commit d3ea003

Please sign in to comment.