chore: bump codeflash-python to 0.1.1.dev0

This commit is contained in:
Kevin Turcios 2026-04-28 18:17:25 -05:00
parent 1e68d24e93
commit f1ffd2d97d
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
### Fixes
- Restore clean bubble_sort_method.py test fixture (remove accidental instrumentation decorators)
- Add mypy type-ignore comments for optional torch/jax imports and SQLite row types
- Add pytest skip markers for tests requiring optional deps (torch, jax, tensorflow)
- Fix ruff format and unused mypy ignore comment

View file

@ -1,6 +1,6 @@
[project]
name = "codeflash-python"
version = "0.1.0"
version = "0.1.1.dev0"
requires-python = ">=3.9"
dependencies = [
"codeflash-core",