Skip to content

Add version.json to match go-multihash #58

Description

@sumanjeet0012

go-multihash has a version.json file. py-multihash should have one for consistency across the multiformats ecosystem.

Problem

go-multihash includes:

{
  "version": "v0.2.3"
}

py-multihash does not have this file.

Proposed Solution

  1. Create version.json:

    {
      "version": "v3.0.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