From 87d69fdb865a340e932676f508656bdf8afa64d0 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 5 Sep 2018 12:40:05 +0200 Subject: [PATCH] Update to v1.2 --- hooks.yaml | 1 - setup.py | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hooks.yaml b/hooks.yaml index e93fa12..0d882c8 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -4,4 +4,3 @@ language: python files: \.py$ args: [] - diff --git a/setup.py b/setup.py index 8b6a357..e981e79 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,7 @@ from setuptools import setup - setup( name='pre_commit_dummy_package', - version='0.0.0', - install_requires=['autoflake==1.1'], + version='1.2', + install_requires=['autoflake==1.2'], )