Bump version to 0.9.0

This commit is contained in:
Colby Klein 2016-08-13 09:40:44 -07:00
parent 56fd295874
commit ad39870082

View File

@ -37,7 +37,7 @@ local modules = (...) and (...):gsub('%.init$', '') .. ".modules." or ""
local cpml = {
_LICENSE = "CPML is distributed under the terms of the MIT license. See LICENSE.md.",
_URL = "https://github.com/excessive/cpml",
_VERSION = "0.0.9",
_VERSION = "0.9.0",
_DESCRIPTION = "Cirno's Perfect Math Library: Just about everything you need for 3D games. Hopefully."
}