Skip to content

Commit ecdf4ad

Browse files
committed
v0.7.0
1 parent 2358ef5 commit ecdf4ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

PLMLibTorchWrapper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::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'

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "de.voize"
13-
version = "0.6.0"
13+
version = "0.7.0"
1414

1515
repositories {
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
}

ios/LibTorchWrapper/PLMLibTorchWrapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Pod::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' }

0 commit comments

Comments
 (0)