summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2021-03-04 13:59:32 +0100
committerMaurizio Lombardi <mlombard@redhat.com>2021-03-04 13:59:32 +0100
commitd74a33b69f688ed9b8b28033835303604639d4eb (patch)
tree2fefe36f0c31b151c6dcea2124746b3710593516 /setup.py
parent33b535cc6df8ef277319a6ae21df39ceb0271949 (diff)
downloadconfigshell-fb-d74a33b69f688ed9b8b28033835303604639d4eb.tar.gz
version 1.1.29v1.1.29
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ccbc572..502f195 100755
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ with open(init_file_path) as f:
setup(
name = 'configshell-fb',
- version = '1.1.28',
+ version = '1.1.29',
description = 'A framework to implement simple but nice CLIs.',
license = 'Apache 2.0',
maintainer = 'Andy Grover',