From 62c98b13af42b9ee31918d8adc887f42b1d24061 Mon Sep 17 00:00:00 2001 From: Alex Schoof Date: Wed, 2 Dec 2015 09:56:27 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 842f4b7..0697f09 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='credstash', - version='1.7', + version='1.8', description='A utility for managing secrets in the cloud using AWS KMS and DynamoDB', license='Apache2', url='https://github.com/LuminalOSS/credstash',