diff --git a/setup.py b/setup.py index 43bf723..f943ab4 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,11 @@ DESCRIPTION = 'It does what it says it does.' URL = 'https://github.com/kennethreitz/background' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' -VERSION = '0.1.0' +VERSION = '0.1.1' # What packages are required for this module to be executed? REQUIRED = [ + 'futures' # 'requests', 'maya', 'records', ]