From 42c297dc0def9e336f345293ae88cd21f580d440 Mon Sep 17 00:00:00 2001 From: bozhidarz Date: Mon, 16 Mar 2020 10:43:22 +0200 Subject: [PATCH] changing the tag version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf095f1..22f4641 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.5", + version="0.5.6", python_requires='>=3.3.0', author="Afraz", author_email="afraz@olindata.com", -- GitLab