From 5cbe3d497f299cda8fa3b6621750aa61351bf48c Mon Sep 17 00:00:00 2001 From: thofma Date: Wed, 15 Aug 2018 12:29:22 +0200 Subject: [PATCH] Bump version number --- src/AbstractAlgebra.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AbstractAlgebra.jl b/src/AbstractAlgebra.jl index 74beeb0173..d0039264a7 100644 --- a/src/AbstractAlgebra.jl +++ b/src/AbstractAlgebra.jl @@ -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("") @@ -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: ")