diff --git a/CHANGELOG.md b/CHANGELOG.md index eddf299..f43d41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unpublished +## v0.2.7 - 2022-06-14 - Added EfficinentNet and MobileNet-V2 models. diff --git a/pyproject.toml b/pyproject.toml index d7680de..2474494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tfimm" -version = "0.2.6" +version = "0.2.7" description = "TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights" authors = ["Martins Bruveris "] license = "Apache-2.0" diff --git a/tfimm/version.py b/tfimm/version.py index 01ef120..6cd38b7 100644 --- a/tfimm/version.py +++ b/tfimm/version.py @@ -1 +1 @@ -__version__ = "0.2.6" +__version__ = "0.2.7"