From 7fb6d1af8cf019d834d5ffd9868da389b82c320c Mon Sep 17 00:00:00 2001 From: imhuwq Date: Thu, 28 Mar 2024 16:31:15 +0800 Subject: [PATCH] update(setup.py): upgrade version to 0.11.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fcf8c9..aff41ae 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = "0.11.0" +version = "0.11.1" description = "A tool for CV dataset labeling, visualizing and analysing" with open("README.md", "r", encoding="utf8") as fp: