Skip to content

Commit 3ec499a

Browse files
Bump version. (#84)
Bump version and add to changelog.
1 parent e534520 commit 3ec499a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## v0.2.12 - 20230-04-17
3+
## v0.2.13 - 2023-05-03
4+
5+
- Adding VGG models.
6+
- Fixing bugs in SAM model inference.
7+
8+
## v0.2.12 - 2023-04-17
49

510
- Fixing small bugs in SAM.
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ that the number of available architectures will grow over time. For now, it cont
2121
vision transformers (ViT, DeiT, CaiT, PVT and Swin Transformers), MLP-Mixer models
2222
(MLP-Mixer, ResMLP, gMLP, PoolFormer and ConvMixer), various ResNet flavours (ResNet,
2323
ResNeXt, ECA-ResNet, SE-ResNet), the EfficientNet family (including AdvProp,
24-
NoisyStudent, Edge-TPU, V2 and Lite versions), MobileNet-V2, as well as the recent
24+
NoisyStudent, Edge-TPU, V2 and Lite versions), MobileNet-V2, VGG, as well as the recent
2525
ConvNeXt. `tfimm` has now expanded beyond classification and also includes Segment
2626
Anything.
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tfimm"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
description = "TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights"
55
authors = ["Martins Bruveris <martins.bruveris@gmail.com>"]
66
license = "Apache-2.0"

tfimm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.12"
1+
__version__ = "0.2.13"

0 commit comments

Comments
 (0)