From 25bd28c3a0b8e755fe4cb382abfda05b17676fb7 Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Tue, 9 Apr 2019 10:09:58 -0700 Subject: [PATCH] move nightlies to 1.1.0xxx Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19069 Differential Revision: D14854600 Pulled By: soumith fbshipit-source-id: 85c703bddbd47c1b3914d58ab9521ed22ddeb62a --- .circleci/config.yml | 4 ++-- .circleci/verbatim-sources/nightly-binary-build-defaults.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2004f83..cbcc26f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -610,7 +610,7 @@ binary_populate_env: &binary_populate_env # We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it export DATE="$(date -u +%Y%m%d)" - export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE" + export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE" export PYTORCH_BUILD_NUMBER=1 cat >>"$envfile" <>"$envfile" <