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