From 4d59a4d5dd0cf4738c70de6e93782c93bce10d41 Mon Sep 17 00:00:00 2001 From: Alan Descoins Date: Mon, 31 May 2021 17:57:17 -0300 Subject: [PATCH] Version bump to 0.3.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 176c35c0..73c10dee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "norfair" -version = "0.2.0" +version = "0.3.0" description = "Lightweight Python library for real-time 2D object tracking." license = "BSD-3-Clause" authors = ["Tryolabs "]