diff --git a/aki/core/constants.py b/aki/core/constants.py index d59767a..f84b180 100644 --- a/aki/core/constants.py +++ b/aki/core/constants.py @@ -1,5 +1,5 @@ PRODUCT = "Aki" -VERSION = "0.0.2019.04.12" +VERSION = "0.0.2019.04.14" COPYRIGHT = "2019" WELCOME = f"{PRODUCT} v.{VERSION}"