From fd6c20ec1f361707bf93342fee20d4d84067d92a Mon Sep 17 00:00:00 2001 From: Alexander Schlarb Date: Fri, 17 Apr 2020 07:21:12 +0200 Subject: [PATCH] Release version 0.4.13 AGAIN --- ipfshttpclient/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfshttpclient/version.py b/ipfshttpclient/version.py index 85ac1414..e14524de 100644 --- a/ipfshttpclient/version.py +++ b/ipfshttpclient/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.13.1" +__version__ = "0.4.13.2"