From a9cef384a5377c008aa2fbec72fcbc254d859caf Mon Sep 17 00:00:00 2001 From: lgulich Date: Wed, 18 Mar 2020 22:49:15 +0100 Subject: [PATCH] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 45155df..70b31b3 100644 --- a/setup.py +++ b/setup.py @@ -9,14 +9,14 @@ setuptools.setup( name="lg-linter", - version="v0.1.1", + version="v0.1.2", 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.1.tar.gz", + download_url="https://github.com/lgulich/lg-linter/archive/v0.1.2.tar.gz", install_requires=[ 'gitpython', 'pylint',