From 0d8d2a476a9db2de1d54142371d4d29a1e10a8fa Mon Sep 17 00:00:00 2001 From: Antoine DESRUET Date: Wed, 8 Jun 2022 13:15:57 +0200 Subject: [PATCH] feat: edit package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc08fa7..b31c25f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="CVAT wrapper", - version="0.0.5", + version="0.0.6", author="antwxne", author_email="antoine.desruet@epitech.eu", description="Python wrapper for CVAT API",