Skip to content

No version.json to match go-multiaddr #118

Description

@sumanjeet0012

go-multiaddr has a version.json file. 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

  1. Create version.json:

    {
      "version": "v0.2.0"
    }
  2. Add to bump-my-version config in pyproject.toml.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions