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