portfolio-optimiser/tests/test_smoke.py
Kjell Tore Guttormsen 0bd03bc46f
chore(release): 1.3.0
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>
2026-09-23 15:04:47 +02:00

5 lines
100 B
Python

from portfolio_optimiser import __version__
def test_version():
assert __version__ == "1.3.0"