From 0236276ba98f200ee5c5d1fc22ada8170d93221b Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Thu, 7 Aug 2025 10:01:32 +0100 Subject: [PATCH] Update version and README version table --- README.md | 1 + version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 718ce9fb..15c1b5f2 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.9`, `<=3.13` | +| `0.6` | `2.8` | `>=3.9`, `<=3.13` | | `0.5` | `2.7` | `>=3.9`, `<=3.13` | | `0.4` | `2.7` | `>=3.9`, `<=3.13` | | `0.3` | `2.7` | `>=3.9`, `<=3.13` | diff --git a/version.txt b/version.txt index b7c431c1..93acf06b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0a0 +0.7.0a0