diff --git a/README.md b/README.md index 8050cf2a3..f99679cff 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ The following table indicates the compatibility between versions of | `torchcodec` | `torch` | Python | | ------------------ | ------------------ | ------------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.13` | +| `0.8` | `2.9` | `>=3.10`, `<=3.13` | | `0.7` | `2.8` | `>=3.9`, `<=3.13` | | `0.6` | `2.8` | `>=3.9`, `<=3.13` | | `0.5` | `2.7` | `>=3.9`, `<=3.13` | diff --git a/version.txt b/version.txt index 93acf06b0..657e7c07f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.0a0 +0.9.0a0