From 6037a79825e2a1a8ce34612958b1db28ee7a36aa Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Wed, 15 Oct 2025 11:30:02 -0400 Subject: [PATCH 1/2] 0.9.0a0 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5efb224636530d2a6e931b6297ee0682cfada313 Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Thu, 16 Oct 2025 08:51:33 -0400 Subject: [PATCH 2/2] update compatibility table --- README.md | 1 + 1 file changed, 1 insertion(+) 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` |