From c986b21a4a24ce9f53a37ed8fdc8b434c063ccb6 Mon Sep 17 00:00:00 2001 From: diminator Date: Tue, 31 May 2016 15:48:08 +0200 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf0ed34..c467ce2 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='cryptoconditions', - version='0.3.0', + version='0.3.1', description='Multi-algorithm, multi-level, multi-signature format for ' 'expressing conditions and fulfillments according to the Interledger Protocol (ILP).', long_description=__doc__,