Skip to content

Commit

Permalink
bump version (#7400)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Nicolas Hug <nh.nicolas.hug@gmail.com>
  • Loading branch information
4 people authored Mar 16, 2023
1 parent 8e07897 commit c5e48eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`` |
+--------------------------+--------------------------+---------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions ios/LibTorchvision.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0a0
0.16.0a0

0 comments on commit c5e48eb

Please sign in to comment.