summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2015-01-13 10:32:38 -0800
committerAndy Grover <agrover@redhat.com>2015-01-13 10:32:38 -0800
commit8c151ccdd75956da60b2304417c41a60a2c28231 (patch)
treecac771c1c7c16022e4d6096a33aa5adcc53c9e50
parent9c213a321b22f00162d8e56f9f01213f5279fd60 (diff)
downloadconfigshell-fb-8c151ccdd75956da60b2304417c41a60a2c28231.tar.gz
update version to 1.1.fb17v1.1.fb17
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 ce00e93..b134279 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = 'configshell-fb',
- version = '1.1.16',
+ version = '1.1.17',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',