From f8b5e758687434f7b2a695df95313b5da5eb98e2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Mar 2018 06:35:33 -0400 Subject: [PATCH] oops Signed-off-by: Kenneth Reitz --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c3543d8..c94b387 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ URL = 'https://github.com/kennethreitz/red' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' REQUIRES_PYTHON = '>=3.6.0' -VERSION = '0.0.2' +VERSION = '0.0.3' # What packages are required for this module to be executed? -REQUIRED = ['black>=18.3a0'] +REQUIRED = ['black>=18.3a0', 'delegator.py'] # The rest you shouldn't have to touch too much :) # ------------------------------------------------ # Except, perhaps the License and Trove Classifiers!