diff --git a/ios/LibTorch.podspec b/ios/LibTorch.podspec index 581972c3cf3..8caa0577588 100644 --- a/ios/LibTorch.podspec +++ b/ios/LibTorch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'LibTorch' - s.version = '1.3.0' + s.version = '1.3.1' s.authors = 'PyTorch Team' s.license = { :type => 'BSD' } s.homepage = 'https://github.com/pytorch/pytorch' @@ -33,4 +33,4 @@ Pod::Spec.new do |s| 'VALID_ARCHS' => 'x86_64 arm64' } s.library = ['c++', 'stdc++'] -end \ No newline at end of file +end