From f0b8e0747e746fa464ad83b275b9f373e36583c3 Mon Sep 17 00:00:00 2001 From: Alexander Schlarb Date: Wed, 26 Aug 2020 18:47:35 +0200 Subject: [PATCH] Release version 0.6.1 --- ipfshttpclient/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfshttpclient/version.py b/ipfshttpclient/version.py index b77d737a..c9832f16 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.6.0" +__version__ = "0.6.1"