From 910d11f87f1e22a1d07a684a2ca3852841e07bd7 Mon Sep 17 00:00:00 2001 From: Alexander Schlarb Date: Mon, 13 May 2019 18:05:10 +0200 Subject: [PATCH] Release version 0.4.4 --- ipfsapi/version.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipfsapi/version.py b/ipfsapi/version.py index 897e3a8f..5535bb70 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.3" +__version__ = "0.4.4" diff --git a/pyproject.toml b/pyproject.toml index 193c6e6e..fe09c897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ module = "ipfsapi" author = "py-ipfs-api team" author-email = "" -home-page = "https://github.com/ipfs/py-ipfs-api" +home-page = "https://github.com/ipfs/py-ipfs-http-client/tree/py-ipfs-api" keywords = "ipfs storage distribution development" license = "MIT License" description-file = "README.md" @@ -47,5 +47,5 @@ classifiers = [ ] [tool.flit.metadata.urls] -Documentation = "https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/" +Documentation = "https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/"