summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2018-08-31 13:02:32 +0200
committerMaurizio Lombardi <mlombard@redhat.com>2018-08-31 13:02:32 +0200
commit166ba97e36d7b53e7fa53d7853a8b9f5a509503c (patch)
tree52a3e141bdd6bf96c5accc93b671d3c55f685bed
parentcea94e26b12c5818fc802f6e7f5187bdfe7d5566 (diff)
downloadconfigshell-fb-166ba97e36d7b53e7fa53d7853a8b9f5a509503c.tar.gz
version 1.1.25v1.1.fb25
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a2aaf3d..81af568 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup
setup(
name = 'configshell-fb',
- version = '1.1.24',
+ version = '1.1.25',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',