diff --git a/setup.py b/setup.py index 3e3bfab..4c0d64c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = "0.9.5" +version = "0.10.0" description = "A tool for CV dataset labeling, visualizing and analysing" with open("README.md", "r", encoding="utf8") as fp: