From 04f721fd6e396fa2207c8dbda98692ba2745a65a Mon Sep 17 00:00:00 2001 From: kadirnar Date: Mon, 30 Jan 2023 12:58:20 +0300 Subject: [PATCH] update token --- README.md | 2 +- torchyolo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb21c7..7bec18f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ TorchYolo: YOLO Series Object Detection and Track Algorithm Library

- teaser + teaser
downloads pypi version diff --git a/torchyolo/__init__.py b/torchyolo/__init__.py index 1fcd714..524c991 100644 --- a/torchyolo/__init__.py +++ b/torchyolo/__init__.py @@ -1,3 +1,3 @@ from torchyolo.predict import YoloHub, main -__version__ = "1.2.0" +__version__ = "1.2.2"