diff --git a/README.md b/README.md index 629146f91..d1f40104f 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,15 @@ flexible and reusable. The following is the corresponding `torchdata` versions and supported Python versions. -| `torch` | `torchdata` | `python` | -| -------------------- | ------------------ | ----------------- | -| `master` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | -| `2.0.0` | `0.6.0` | `>=3.8`, `<=3.11` | -| `1.13.1` | `0.5.1` | `>=3.7`, `<=3.10` | -| `1.12.1` | `0.4.1` | `>=3.7`, `<=3.10` | -| `1.12.0` | `0.4.0` | `>=3.7`, `<=3.10` | -| `1.11.0` | `0.3.0` | `>=3.7`, `<=3.10` | +| `torch` | `torchdata` | `python` | +| ------------------ | ------------------ | ----------------- | +| `main` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | +| `2.1.0` | `0.7.0` | `>=3.8`, `<=3.11` | +| `2.0.0` | `0.6.0` | `>=3.8`, `<=3.11` | +| `1.13.1` | `0.5.1` | `>=3.7`, `<=3.10` | +| `1.12.1` | `0.4.1` | `>=3.7`, `<=3.10` | +| `1.12.0` | `0.4.0` | `>=3.7`, `<=3.10` | +| `1.11.0` | `0.3.0` | `>=3.7`, `<=3.10` | ### Colab diff --git a/version.txt b/version.txt index 93acf06b0..4c46bdd56 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.0a0 +0.8.0a0