From 08ceca712f4720430ef556414f739f7b36c55393 Mon Sep 17 00:00:00 2001 From: Mateusz Kopcinski Date: Thu, 22 Aug 2024 09:58:30 +0200 Subject: [PATCH] version 0.4.0 --- README.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fad893..4a7b3b5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The package can be installed by adding `ex_vision` to your list of dependencies ```elixir def deps do [ - {:ex_vision, "~> 0.3.2"} + {:ex_vision, "~> 0.4.0"} ] end ``` diff --git a/mix.exs b/mix.exs index ed3fa08..78ae5f8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExVision.Mixfile do use Mix.Project - @version "0.3.2" + @version "0.4.0" @github_url "https://github.com/software-mansion-labs/ex_vision/" def project do @@ -130,8 +130,8 @@ defmodule ExVision.Mixfile do ExVision.Model.Definition, ExVision.Types, ExVision.Classification, - ExVision.SemanticSegmentation, ExVision.StyleTransfer, + ExVision.SemanticSegmentation, ExVision.InstanceSegmentation, ExVision.ObjectDetection, ExVision.KeypointDetection