From b9a2356b89571601042cb00ac43b55792f5af4d9 Mon Sep 17 00:00:00 2001 From: Ilya Shchepetkov Date: Tue, 11 Jun 2019 12:50:22 +0300 Subject: [PATCH] Update version to 3.0.6 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e2391e..303abc2 100644 --- a/setup.py +++ b/setup.py @@ -192,11 +192,12 @@ def finalize_options(self): setuptools.setup( name="clade", - version="3.0.5", + version="3.0.6", author="Ilya Shchepetkov", author_email="shchepetkov@ispras.ru", url="https://github.com/17451k/clade", license="LICENSE.txt", + description="Clade is a tool for extracting information about software build process and source code", long_description=open("README.rst", encoding="utf8").read(), python_requires=">=3.4", packages=["clade"],