File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'PLMLibTorchWrapper'
3- spec . version = '0.6 .0'
3+ spec . version = '0.7 .0'
44 spec . homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
5- spec . source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git' , :tag => 'v0.6 .0' }
5+ spec . source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git' , :tag => 'v0.7 .0' }
66 spec . authors = { 'Erik Ziegler' => 'erik@voize.de' }
77 spec . license = { :type => 'Apache License, Version 2.0' }
88 spec . summary = 'Objective-C wrapper for LibTorch-Lite, to be used with pytorch-lite-multiplatform'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = " de.voize"
13- version = " 0.6 .0"
13+ version = " 0.7 .0"
1414
1515repositories {
1616 google()
@@ -40,7 +40,7 @@ kotlin {
4040 }
4141
4242 pod(" PLMLibTorchWrapper" ) {
43- version = " 0.6 .0"
43+ version = " 0.7 .0"
4444 headers = " LibTorchWrapper.h"
4545 source = path(project.file(" ios/LibTorchWrapper" ))
4646 }
Original file line number Diff line number Diff line change 33
44Pod ::Spec . new do |spec |
55 spec . name = 'PLMLibTorchWrapper'
6- spec . version = '0.6 .0'
6+ spec . version = '0.7 .0'
77 spec . homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
88 spec . source = { :http => '' }
99 spec . authors = { 'Erik Ziegler' => 'erik@voize.de' }
You can’t perform that action at this time.
0 commit comments