Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lgulich authored Apr 10, 2020
1 parent 2bdc8fa commit 993c8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

setuptools.setup(
name="lg-linter",
version="v0.1.7",
version="v0.1.8",
author="Lionel Gulich",
author_email="[email protected]",
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.7.tar.gz",
download_url="https://github.com/lgulich/lg-linter/archive/v0.1.8.tar.gz",
install_requires=[
'gitpython',
'pylint',
Expand Down

0 comments on commit 993c8a4

Please sign in to comment.