From 1a1ed667a06cdbe12166f9196ecca1e287bca581 Mon Sep 17 00:00:00 2001 From: Alex Schoof Date: Sat, 2 Apr 2016 00:23:54 -0400 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 677c082..1ca8607 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='credstash', - version='1.10.0', + version='1.11.0', description='A utility for managing secrets in the cloud using AWS KMS and DynamoDB', license='Apache2', url='https://github.com/LuminalOSS/credstash',