diff --git a/ipfshttpclient/client/__init__.py b/ipfshttpclient/client/__init__.py index 30e1afb..62dbb98 100644 --- a/ipfshttpclient/client/__init__.py +++ b/ipfshttpclient/client/__init__.py @@ -21,7 +21,7 @@ # for it to be considered compatible. VERSION_MINIMUM = "0.5.0" VERSION_BLACKLIST = [] -VERSION_MAXIMUM = "0.9.0" +VERSION_MAXIMUM = "0.20.0" from . import base from . import bitswap @@ -328,4 +328,4 @@ def get_json(self, cid, **kwargs): object Deserialized IPFS JSON object value """ - return self.cat(cid, decoder='json', **kwargs) \ No newline at end of file + return self.cat(cid, decoder='json', **kwargs)