diff options
author | Tao Xu <taox@fb.com> | 2020-07-22 22:02:03 -0700 |
---|---|---|
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | 2020-07-22 22:03:40 -0700 |
commit | 0ec7ba40888f07678d3a1d766817154dc90bef90 (patch) | |
tree | 0e662c2ef305a67cf30ef1dd30bb2d7df4c154e0 /ios | |
parent | 2a3ab71f285ee3ad10d39c716fe4ba90e7c849b2 (diff) | |
download | pytorch-0ec7ba40888f07678d3a1d766817154dc90bef90.tar.gz pytorch-0ec7ba40888f07678d3a1d766817154dc90bef90.tar.bz2 pytorch-0ec7ba40888f07678d3a1d766817154dc90bef90.zip |
[iOS] Bump up the cocoapods version (#41895)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/41895
### Summary
The iOS binary for 1.6.0 has been uploaded to AWS. This PR bumps up the version for cocoapods.
### Test Plan
- Check CI
Test Plan: Imported from OSS
Reviewed By: husthyc
Differential Revision: D22683787
Pulled By: xta0
fbshipit-source-id: bb95b670a7945d823d55e9c65b357765753f295a
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibTorch.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/LibTorch.podspec b/ios/LibTorch.podspec index c680eb68cd..17e9fb26af 100644 --- a/ios/LibTorch.podspec +++ b/ios/LibTorch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LibTorch' - s.version = '1.5.0' + s.version = '1.6.0' s.authors = 'PyTorch Team' s.license = { :type => 'BSD' } s.homepage = 'https://github.com/pytorch/pytorch' |