Skip to content

Commit 9e3a44d

Browse files
Update to v0.2.6.
1 parent 5a9be65 commit 9e3a44d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)