From 0d187fe112550361a76c0b83b948b731e5a2c00b Mon Sep 17 00:00:00 2001 From: lgvaz Date: Mon, 5 Oct 2020 23:22:48 -0300 Subject: [PATCH] bumps minor with beta version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3babb4cd9..0bb72b513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "icevision" -version = "0.1.6" +version = "0.2.0b1" description = "Agnostic Computer Vision Framework" authors = ["Lucas Goulart Vazquez ", "Farid Hassainia "] license = "Apache-2.0"