Skip to content

v0.1.1 - Fix Python Package Distribution

Choose a tag to compare

@hrayleung hrayleung released this 22 Jan 12:11
· 5 commits to master since this release
6eb7c6e

馃悰 Bug Fix Release

This release fixes the packaging issue in v0.1.0 where Python source code was not included.

Fixed

  • Package installation error: Resolved ModuleNotFoundError: No module named 'src'
  • Maturin configuration: Added python-packages = ["src"] to properly include Python source code in wheels

Changes

  • Update pyproject.toml with correct maturin configuration
  • Bump version to 0.1.1

Installation

# Using pip
pip install cocode-mcp

# Using uvx (isolated environment)
uvx --from cocode-mcp cocode

# Using pipx
pipx install cocode-mcp

Verification

cocode --help

Should now work without errors!


Full Changelog: v0.1.0...v0.1.1