From 05dcf27cc6138133ce805810359c2ebe015d70f8 Mon Sep 17 00:00:00 2001 From: Alan Descoins Date: Thu, 29 Jul 2021 12:45:22 -0300 Subject: [PATCH] Version bump to 0.3.1. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73c10dee..46f3088e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "norfair" -version = "0.3.0" +version = "0.3.1" description = "Lightweight Python library for real-time 2D object tracking." license = "BSD-3-Clause" authors = ["Tryolabs "]