From 8c607957cab5c47a4152b3ad01f5a3d5a103f563 Mon Sep 17 00:00:00 2001 From: lgulich Date: Sun, 29 Mar 2020 19:14:19 +0200 Subject: [PATCH] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e3e1116..a3bff0b 100644 --- a/setup.py +++ b/setup.py @@ -9,14 +9,14 @@ setuptools.setup( name="lg-linter", - version="v0.1.4", + version="v0.1.5", author="Lionel Gulich", author_email="lgulich@ethz.ch", url="https://github.com/lgulich/lg-linter", description="A pre commit linter for cpp, python and sh.", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", - download_url="https://github.com/lgulich/lg-linter/archive/v0.1.4.tar.gz", + download_url="https://github.com/lgulich/lg-linter/archive/v0.1.5.tar.gz", install_requires=[ 'gitpython', 'pylint',