From de2f687975182462ae751aa922f701dd8bba2c8b Mon Sep 17 00:00:00 2001 From: Vadim Markovtsev Date: Tue, 9 Apr 2019 08:25:06 +0200 Subject: [PATCH] Bump python pkg version Signed-off-by: Vadim Markovtsev --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 55804b67..84e45bcd 100644 --- a/python/setup.py +++ b/python/setup.py @@ -15,7 +15,7 @@ description="Python companion for github.com/src-d/hercules to visualize the results.", long_description=long_description, long_description_content_type="text/markdown", - version="10.0.1", + version="10.0.2", license="Apache-2.0", author="source{d}", author_email="machine-learning@sourced.tech",