From c5e48eb4f0b4b87322a48f9e7cfb4aef02b2a016 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Thu, 16 Mar 2023 11:00:58 +0100 Subject: [PATCH] bump version (#7400) Co-authored-by: Aditya Oke <47158509+oke-aditya@users.noreply.github.com> Co-authored-by: Nicolas Hug Co-authored-by: Nicolas Hug --- README.rst | 4 +++- ios/LibTorchvision.podspec | 4 ++-- version.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 615d96986ef..73984792fdc 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,9 @@ supported Python versions. +--------------------------+--------------------------+---------------------------------+ | ``torch`` | ``torchvision`` | ``python`` | +==========================+==========================+=================================+ -| ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.8``, ``<=3.10`` | +| ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.8``, ``<=3.11`` | ++--------------------------+--------------------------+---------------------------------+ +| ``2.0.0`` | ``0.15.1`` | ``>=3.8``, ``<=3.11`` | +--------------------------+--------------------------+---------------------------------+ | ``1.13.0`` | ``0.14.0`` | ``>=3.7.2``, ``<=3.10`` | +--------------------------+--------------------------+---------------------------------+ diff --git a/ios/LibTorchvision.podspec b/ios/LibTorchvision.podspec index d7b154e4a7a..b88fb70ac40 100644 --- a/ios/LibTorchvision.podspec +++ b/ios/LibTorchvision.podspec @@ -1,8 +1,8 @@ -pytorch_version = '1.13.0' +pytorch_version = '2.0.0' Pod::Spec.new do |s| s.name = 'LibTorchvision' - s.version = '0.14.0' + s.version = '0.15.1' s.authors = 'PyTorch Team' s.license = { :type => 'BSD' } s.homepage = 'https://github.com/pytorch/vision' diff --git a/version.txt b/version.txt index b4f7ccce277..5e0f9f3c735 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.15.0a0 +0.16.0a0