Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Jun 28, 2022
1 parent eba2cc0 commit dd83000
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.3.2'
spec.version = '0.3.3'
spec.homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
spec.source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git', :tag => 'v0.3.2' }
spec.source = { :git => 'https://github.com/voize-gmbh/pytorch-lite-multiplatform.git', :tag => 'v0.3.3' }
spec.authors = { 'Erik Ziegler' => 'erik@voize.de' }
spec.license = { :type => 'MIT' }
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 @@ -9,7 +9,7 @@ plugins {
}

group = "de.voize"
version = "0.3.2"
version = "0.3.3"

repositories {
google()
Expand Down Expand Up @@ -44,7 +44,7 @@ kotlin {
summary = "Kotlin Multiplatform wrapper for PyTorch Lite"

pod("PLMLibTorchWrapper") {
version = "0.3.2"
version = "0.3.3"
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.3.2'
spec.version = '0.3.3'
spec.homepage = 'https://github.com/voize-gmbh/pytorch-lite-multiplatform'
spec.source = { :http=> '' }
spec.authors = { 'Erik Ziegler' => 'erik@voize.de' }
Expand Down

0 comments on commit dd83000

Please sign in to comment.