Skip to content

Commit c5a5492

Browse files
committed
version 0.2.1
1 parent ce88c26 commit c5a5492

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
## 0.2.0
2222

2323
* Null safety, bugfixes and PyTorch version update
24+
25+
## 0.2.1
26+
27+
* Custom mean and std

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ packages:
225225
path: ".."
226226
relative: true
227227
source: path
228-
version: "0.2.0"
228+
version: "0.2.1"
229229
sky_engine:
230230
dependency: transitive
231231
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pytorch_mobile
22
description: A flutter plugin for pytorch model inference. Supports image models as well as custom models.
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://github.com/fynnmaarten/flutter_pytorch_mobile
55

66
environment:

0 commit comments

Comments
 (0)