Bump codeflash-python to 0.1.1.dev0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
HeshamHM28 2026-04-27 11:33:28 +00:00
parent 6a3f79df80
commit 69449dc3fc
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
### Enhancements
### Features
### Fixes
- Fix ruff lint errors (import sorting, unused variable, magic constant)
- Fix mypy errors (optional ML dep imports, sqlite row type casts)
- Fix ruff format violations across test files
- Restore clean bubble_sort_method.py test fixture
- Use pytest.importorskip for optional torch/jax/tensorflow deps

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",