Skip to content

Commit 862453a

Browse files
Increment version.
1 parent 3814ccf commit 862453a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.2.12 - 20230-04-17
4+
5+
- Fixing small bugs in SAM.
6+
37
## v0.2.11 - 2023-04-17
48

59
- Added Segment Aything models.

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

0 commit comments

Comments
 (0)