diff --git a/CHANGELOG.md b/CHANGELOG.md index 72203c0e1..4c6c66a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Deleted +## [0.1.3] + +### Changed +- Effdet as direct dependency + ## [0.1.2] ### Added diff --git a/pyproject.toml b/pyproject.toml index babadb224..55cced0bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "icevision" -version = "0.1.2" +version = "0.1.3" description = "Agnostic Computer Vision Frameword" authors = ["Lucas Goulart Vazquez ", "Farid Hassainia "] license = "Apache-2.0"