Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Aug 15, 2018
1 parent ef5d4a2 commit 5cbe3d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AbstractAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ include("AbstractTypes.jl")

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

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

print("AbstractAlgebra: ")
Expand Down

0 comments on commit 5cbe3d4

Please sign in to comment.