From adb4e3d8e71312d706cf3fd13d220978a085da91 Mon Sep 17 00:00:00 2001 From: James Gallagher Date: Wed, 6 Dec 2023 09:22:21 +0000 Subject: [PATCH] bump version --- autodistill_grounded_sam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodistill_grounded_sam/__init__.py b/autodistill_grounded_sam/__init__.py index 2d9f4ef..698047a 100644 --- a/autodistill_grounded_sam/__init__.py +++ b/autodistill_grounded_sam/__init__.py @@ -1,3 +1,3 @@ from autodistill_grounded_sam.grounded_sam import GroundedSAM -__version__ = "0.1.1" +__version__ = "0.1.2"