From d06eb93c0dda5c5441e9aaa62eb785f8653d2b64 Mon Sep 17 00:00:00 2001 From: bozhidarz Date: Wed, 13 May 2020 12:11:21 +0300 Subject: [PATCH] [HCSD-7409] change the akinaka version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62f30a9..dc48e2a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="akinaka", - version="0.5.8", + version="0.5.9", python_requires='>=3.3.0', author="Afraz", author_email="afraz@olindata.com", -- GitLab