From 7b14207e438bb3e21b2dc6870f193dbb8cd73f80 Mon Sep 17 00:00:00 2001 From: joaqo Date: Mon, 30 May 2022 20:53:48 +0000 Subject: [PATCH] Version bump to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6ee5d64..409e59eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "norfair" -version = "0.4.3" +version = "1.0.0" description = "Lightweight Python library for real-time 2D object tracking." license = "BSD-3-Clause" authors = ["Tryolabs "]