We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287d381 commit a8b5560Copy full SHA for a8b5560
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tfimm"
3
-version = "0.2.10"
+version = "0.2.11"
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.10"
+__version__ = "0.2.11"
0 commit comments