go-multiaddr has a version.json file. py-multiaddr should have one for consistency across the multiformats ecosystem.
Problem
go-multiaddr includes:
py-multiaddr does not have this file.
Proposed Solution
-
Create version.json:
-
Add to bump-my-version config in pyproject.toml.
Related
go-multiaddr has a
version.jsonfile. py-multiaddr should have one for consistency across the multiformats ecosystem.Problem
go-multiaddr includes:
{ "version": "v0.16.1" }py-multiaddr does not have this file.
Proposed Solution
Create
version.json:{ "version": "v0.2.0" }Add to
bump-my-versionconfig inpyproject.toml.Related
version.json