Skip to content

Commit 0ec7ba4

Browse files
xta0facebook-github-bot
authored andcommittedJul 23, 2020
[iOS] Bump up the cocoapods version (pytorch#41895)
Summary: Pull Request resolved: pytorch#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
1 parent 2a3ab71 commit 0ec7ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ios/LibTorch.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'LibTorch'
3-
s.version = '1.5.0'
3+
s.version = '1.6.0'
44
s.authors = 'PyTorch Team'
55
s.license = { :type => 'BSD' }
66
s.homepage = 'https://github.com/pytorch/pytorch'

0 commit comments

Comments
 (0)
Please sign in to comment.