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