From 5e7d104eea790bac2d4fc4a4d1ab2974e5cdf142 Mon Sep 17 00:00:00 2001 From: diminator Date: Thu, 13 Oct 2016 16:56:17 +0200 Subject: [PATCH] bump to version 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcb64f7..7d50f14 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='cryptoconditions', - version='0.4.1', + version='0.5.0', description='Multi-algorithm, multi-level, multi-signature format for ' 'expressing conditions and fulfillments according to the Interledger Protocol (ILP).', long_description=__doc__,