From 47a0c0ba6e080cb45df3502b37b4c20f509667ba Mon Sep 17 00:00:00 2001 From: Alexander Schlarb Date: Fri, 2 Jun 2017 01:01:41 +0200 Subject: [PATCH] Release version 0.4.1 --- ipfsapi/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfsapi/version.py b/ipfsapi/version.py index 76b5a459..7b4f3986 100644 --- a/ipfsapi/version.py +++ b/ipfsapi/version.py @@ -8,4 +8,4 @@ # `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version # to support it will also be released as `0.5.0`. -__version__ = "0.4.0" +__version__ = "0.4.1"