Skip to content

Commit 4cfde00

Browse files
authored
Advance versions for release 2.1.1 (#1583)
1 parent ca0040f commit 4cfde00

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

release/promote.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66
source "${DIR}/release_versions.sh"
77

88
# Make sure to update these versions when doing a release first
9-
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.0}
10-
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.0}
11-
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.0}
12-
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.0}
13-
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.0}
9+
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.1}
10+
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
11+
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
12+
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
13+
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}
1414

1515
DRY_RUN=${DRY_RUN:-enabled}
1616

release/release_versions.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# Make sure to update these versions when doing a release first
4-
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.0}
5-
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.0}
6-
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.0}
7-
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.0}
8-
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.0}
4+
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.1}
5+
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
6+
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
7+
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
8+
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}

0 commit comments

Comments
 (0)