From bba353ab6fadba2a0604e012938245898afc0ee8 Mon Sep 17 00:00:00 2001 From: Nick Telfer Date: Thu, 18 Oct 2018 13:16:34 -0600 Subject: [PATCH] updated version number --- setup.py | 2 +- src/didery/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3eb0489..f7f3933 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def _unavailable(self, e): setup( name='didery', - version="0.1.1", + version="0.1.2", license='Apache2', description='DIDery Key Management Server', long_description="Redundant persistent backup of key rotation events and otp encrypted private keys.", diff --git a/src/didery/__init__.py b/src/didery/__init__.py index 485f44a..b3f4756 100755 --- a/src/didery/__init__.py +++ b/src/didery/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"