Skip to content

Commit 0ffbcb4

Browse files
Update to v0.2.7.
1 parent de335cd commit 0ffbcb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## Unpublished
3+
## v0.2.7 - 2022-06-14
44

55
- Added EfficinentNet and MobileNet-V2 models.
66

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.6"
3+
version = "0.2.7"
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.6"
1+
__version__ = "0.2.7"

0 commit comments

Comments
 (0)