We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9be65 commit 9e3a44dCopy full SHA for 9e3a44d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tfimm"
3
-version = "0.2.5"
+version = "0.2.6"
4
description = "TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights"
5
authors = ["Martins Bruveris <martins.bruveris@gmail.com>"]
6
license = "Apache-2.0"
tfimm/version.py
@@ -1 +1 @@
-__version__ = "0.2.5"
+__version__ = "0.2.6"
0 commit comments