Version sync in every file that carries it: pyproject.toml, __init__.py, tests/test_smoke.py, README (status heading, its anchor, the wheel command), uv.lock and a new CHANGELOG section. No tag. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
5 lines
100 B
Python
5 lines
100 B
Python
from portfolio_optimiser import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "1.3.0"
|