summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-08-28 11:24:01 -0700
committerAndy Grover <agrover@redhat.com>2014-08-28 11:24:01 -0700
commit485c251432cca816c387e9f00412fe4737379b13 (patch)
treed77cff2807c6a53c3c0d630a4c461701cc8af0f8
parent7d25891e8e4299c78d2cc28ff914621a3f28c2a2 (diff)
downloadconfigshell-fb-485c251432cca816c387e9f00412fe4737379b13.tar.gz
update versionv1.1.fb14
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 eae1c12..fa60504 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = 'configshell-fb',
- version = '1.1.13',
+ version = '1.1.14',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',