Skip to content

Commit 910d11f

Browse files
committed
Release version 0.4.4
1 parent 4e107a9 commit 910d11f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ipfsapi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# `0.4.1` and so on. When IPFS `0.5.0` is released, the first client version
99
# to support it will also be released as `0.5.0`.
1010

11-
__version__ = "0.4.3"
11+
__version__ = "0.4.4"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module = "ipfsapi"
77

88
author = "py-ipfs-api team"
99
author-email = ""
10-
home-page = "https://github.com/ipfs/py-ipfs-api"
10+
home-page = "https://github.com/ipfs/py-ipfs-http-client/tree/py-ipfs-api"
1111
keywords = "ipfs storage distribution development"
1212
license = "MIT License"
1313
description-file = "README.md"
@@ -47,5 +47,5 @@ classifiers = [
4747
]
4848

4949
[tool.flit.metadata.urls]
50-
Documentation = "https://ipfs.io/ipns/QmZ86ow1byeyhNRJEatWxGPJKcnQKG7s51MtbHdxxUddTH/Software/Python/ipfsapi/"
50+
Documentation = "https://ipfs.io/ipns/12D3KooWEqnTdgqHnkkwarSrJjeMP2ZJiADWLYADaNvUb6SQNyPF/docs/"
5151

0 commit comments

Comments
 (0)