summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-12-02 09:52:46 -0800
committerAndy Grover <agrover@redhat.com>2014-12-02 09:52:46 -0800
commit38452d9af048e95344a82bc3275ffd095eff8699 (patch)
tree8a02ca1d6d8aba0551021731ed72fe14992fa95b
parentc5e3164bd437d4df8e31c0f771ab46d836d04617 (diff)
downloadconfigshell-fb-38452d9af048e95344a82bc3275ffd095eff8699.tar.gz
version 1.1.fb16v1.1.fb16
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 bd90fa1..4ba9866 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = 'configshell-fb',
- version = '1.1.15',
+ version = '1.1.16',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',