diff --git a/README.md b/README.md index dd29290a032..05ff4fa00b4 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ versions. | `torch` | `torchvision` | Python | | ------------------ | ------------------ | ------------------- | | `main` / `nightly` | `main` / `nightly` | `>=3.8`, `<=3.11` | +| `2.1` | `0.16` | `>=3.8`, `<=3.11` | | `2.0` | `0.15` | `>=3.8`, `<=3.11` | | `1.13` | `0.14` | `>=3.7.2`, `<=3.10` | -| `1.12` | `0.13` | `>=3.7`, `<=3.10` |
older versions diff --git a/version.txt b/version.txt index 5e0f9f3c735..a2640ee4471 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.16.0a0 +0.17.0a0