summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2014-09-24 10:51:57 -0700
committerAndy Grover <agrover@redhat.com>2014-09-24 10:51:57 -0700
commit39624bf2baca527a14850940b0b9c061f76e5fd7 (patch)
treea282ac07391a9e91d0f8294d1b5ee0a39bd2d266
parentdf01b55a773770ef5cd09a52181ee6b35acf69b0 (diff)
downloadconfigshell-fb-39624bf2baca527a14850940b0b9c061f76e5fd7.tar.gz
update versionv1.1.fb15
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 fa60504..bd90fa1 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = 'configshell-fb',
- version = '1.1.14',
+ version = '1.1.15',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',