Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Jul 5, 2024
1 parent 2358ef5 commit ecdf4ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PLMLibTorchWrapper.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |spec|
spec.name = 'PLMLibTorchWrapper'
spec.version = '0.6.0'
spec.version = '0.7.0'
spec.homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
spec.source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git', :tag => 'v0.6.0' }
spec.source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git', :tag => 'v0.7.0' }
spec.authors = { 'Erik Ziegler' => '[email protected]' }
spec.license = { :type => 'Apache License, Version 2.0' }
spec.summary = 'Objective-C wrapper for LibTorch-Lite, to be used with pytorch-lite-multiplatform'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "de.voize"
version = "0.6.0"
version = "0.7.0"

repositories {
google()
Expand Down Expand Up @@ -40,7 +40,7 @@ kotlin {
}

pod("PLMLibTorchWrapper") {
version = "0.6.0"
version = "0.7.0"
headers = "LibTorchWrapper.h"
source = path(project.file("ios/LibTorchWrapper"))
}
Expand Down
2 changes: 1 addition & 1 deletion ios/LibTorchWrapper/PLMLibTorchWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |spec|
spec.name = 'PLMLibTorchWrapper'
spec.version = '0.6.0'
spec.version = '0.7.0'
spec.homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
spec.source = { :http=> '' }
spec.authors = { 'Erik Ziegler' => '[email protected]' }
Expand Down

0 comments on commit ecdf4ad

Please sign in to comment.