From d72f95cee64c55713186516a4d7458d83c5e8092 Mon Sep 17 00:00:00 2001 From: Alan Descoins Date: Tue, 20 Sep 2022 14:58:33 -0300 Subject: [PATCH] Version bump to 2.0.0. --- norfair/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/norfair/__init__.py b/norfair/__init__.py index 79f89f1a..7abc2f94 100644 --- a/norfair/__init__.py +++ b/norfair/__init__.py @@ -9,4 +9,4 @@ from .utils import get_cutout, print_objects_as_table from .video import Video -__version__ = "1.0.0" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index 21a7a993..ebd0df93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "norfair" -version = "1.0.0" +version = "2.0.0" description = "Lightweight Python library for real-time 2D object tracking." license = "BSD-3-Clause" authors = ["Tryolabs "]