diff --git a/CHANGELOG.md b/CHANGELOG.md index f48dda2..5e30204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.2.12 - 20230-04-17 + +- Fixing small bugs in SAM. + ## v0.2.11 - 2023-04-17 - Added Segment Aything models. diff --git a/pyproject.toml b/pyproject.toml index 525c429..4156d1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tfimm" -version = "0.2.11" +version = "0.2.12" 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 5635676..b5c9b6c 100644 --- a/tfimm/version.py +++ b/tfimm/version.py @@ -1 +1 @@ -__version__ = "0.2.11" +__version__ = "0.2.12"