From 7c9e4ec822cdd6dc07b5d99660d7952de1a45e51 Mon Sep 17 00:00:00 2001 From: Mavi H Shro <109519654+mavihs7@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:17:52 +0000 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9678a04..0ef69b2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # This call to setup() does all the work setup(name="cvu-python", - version="0.0.1a1", + version="0.0.2", description="Computer Vision deployment tools for dummies and experts.", long_description=README, long_description_content_type="text/markdown", From 6747623589127ef80fe223b1041356f3d0cb104d Mon Sep 17 00:00:00 2001 From: Mavi H Shro <109519654+mavihs7@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:18:25 +0000 Subject: [PATCH 2/2] bump version --- cvu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvu/__init__.py b/cvu/__init__.py index c9fbf2b..1f33ef2 100644 --- a/cvu/__init__.py +++ b/cvu/__init__.py @@ -24,4 +24,4 @@ writer.write(frame) ``` """ -__version__ = "0.0.1a1" +__version__ = "0.0.2"