summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2016-04-07 16:57:03 -0700
committerAndy Grover <agrover@redhat.com>2016-04-07 16:57:03 -0700
commit68d0ce13a3b713a249bf68f2bbad888a54a78a81 (patch)
treef0970f90fd3908245b71f1b41c10e75473c1bec5
parent773dcaddad78c6c998a4b564127ef47eb396537a (diff)
downloadconfigshell-fb-68d0ce13a3b713a249bf68f2bbad888a54a78a81.tar.gz
version 1.1.fb20v1.1.fb20
Signed-off-by: Andy Grover <agrover@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 38dc280..f80e568 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = 'configshell-fb',
- version = '1.1.19',
+ version = '1.1.20',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',