From b2fa0f94d1854b8df6b52b5bcbe8bd028d9a6f42 Mon Sep 17 00:00:00 2001 From: Serdar Yegulalp Date: Sun, 14 Apr 2019 00:21:54 -0400 Subject: [PATCH] version bump --- aki/core/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"