Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed May 27, 2019
1 parent c3c505d commit e7dbb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function __init__()
(Ptr{Nothing},), @cfunction(flint_abort, Nothing, ()))

println("")
println("Welcome to Nemo version 0.13.5")
println("Welcome to Nemo version 0.14.0")
println("")
println("Nemo comes with absolutely no warranty whatsoever")
println("")
Expand All @@ -270,7 +270,7 @@ end
################################################################################

function versioninfo()
print("Nemo version 0.13.5\n")
print("Nemo version 0.14.0\n")
nemorepo = dirname(dirname(@__FILE__))

print("Nemo: ")
Expand Down

2 comments on commit e7dbb48

@thofma
Copy link
Member Author

@thofma thofma commented on e7dbb48 May 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/1015

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.14.0 -m "<description of version>" e7dbb4858ed16f5b987136c548b489b45c94a244
git push origin v0.14.0

Please sign in to comment.