repominify v0.1.4
Release Notes - repominify v0.1.4
This release focuses on fixing package structure and import issues to ensure proper functionality when installed from PyPI.
What's Changed
- Fixed CLI entry point path to use correct module location
- Updated package structure for proper imports
- Improved version detection in build process
Installation
pip install repominify==0.1.4
Usage
After installation, you can use the CLI tool:
repominify --help
Or import the package in your Python code:
from repominify import CodeGraphBuilder