Skip to content

Commit a645abd

Browse files
seemetherepytorchmergebot
authored andcommitted
Update nightlies from 1.12 -> 1.13
Signed-off-by: Eli Uriegas <eliuriegasfb.com> Pull Request resolved: pytorch#77984 Approved by: https://github.com/atalman
1 parent 0f74b44 commit a645abd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .circleci/scripts/binary_ios_upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333
cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/
3434
# zip the library
3535
export DATE="$(date -u +%Y%m%d)"
36-
export IOS_NIGHTLY_BUILD_VERSION="1.12.0.${DATE}"
36+
export IOS_NIGHTLY_BUILD_VERSION="1.13.0.${DATE}"
3737
if [ "${BUILD_LITE_INTERPRETER}" == "1" ]; then
3838
# libtorch_lite_ios_nightly_1.11.0.20210810.zip
3939
ZIPFILE="libtorch_lite_ios_nightly_${IOS_NIGHTLY_BUILD_VERSION}.zip"

Diff for: .circleci/scripts/binary_populate_env.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ PIP_UPLOAD_FOLDER='nightly/'
9797
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
9898
export DATE="$(date -u +%Y%m%d)"
9999
#TODO: We should be pulling semver version from the base version.txt
100-
BASE_BUILD_VERSION="1.12.0.dev$DATE"
100+
BASE_BUILD_VERSION="1.13.0.dev$DATE"
101101
# Change BASE_BUILD_VERSION to git tag when on a git tag
102102
# Use 'git -C' to make doubly sure we're in the correct directory for checking
103103
# the git tag
@@ -164,7 +164,7 @@ else
164164
fi
165165
166166
export DATE="$DATE"
167-
export NIGHTLIES_DATE_PREAMBLE=1.12.0.dev
167+
export NIGHTLIES_DATE_PREAMBLE=1.13.0.dev
168168
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
169169
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
170170
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"

Diff for: android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64
22

3-
VERSION_NAME=1.12.0-SNAPSHOT
3+
VERSION_NAME=1.13.0-SNAPSHOT
44
GROUP=org.pytorch
55
MAVEN_GROUP=org.pytorch
66
SONATYPE_STAGING_PROFILE=orgpytorch

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0a0
1+
1.13.0a0

0 commit comments

Comments
 (0)