From eace4806e2000dd8fb710626e2bec0404d74517e Mon Sep 17 00:00:00 2001 From: Piotrek Date: Tue, 23 Apr 2019 16:19:51 +0200 Subject: [PATCH] version 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7050362..7205d51e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/mljar/mljar-supervised', - author='Piotr Plonski', + author='MLJAR, Inc.', author_email='contact@mljar.com', license='MIT', packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),