Skip to content

Commit

Permalink
Update to v0.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsbruveris committed Jun 14, 2022
1 parent de335cd commit 0ffbcb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Unpublished
## v0.2.7 - 2022-06-14

- Added EfficinentNet and MobileNet-V2 models.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tfimm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.6"
__version__ = "0.2.7"

0 comments on commit 0ffbcb4

Please sign in to comment.