summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Roten <tsr@lavabit.com>2017-06-19 08:51:14 -0500
committerThomas Roten <tsr@lavabit.com>2017-06-19 08:51:14 -0500
commitc7ac12d1ed082d27683d6981c9451c3844665b25 (patch)
treed0ea66b59d74d7a3d3d2bd8f87e0288bcd67b9cf /setup.py
parent8d3e070d7eaa8f7320d304d79a02bad3b5db35fa (diff)
Bump cli_helpers version.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fda9358c..b7bece58 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ install_requirements = [
'configobj >= 5.0.6',
'humanize >= 0.5.1',
'wcwidth >= 0.1.6',
- 'cli_helpers >= 0.1.0',
+ 'cli_helpers >= 0.2.0',
]