From 6ee8b39acf397d654e1e1fe1b8aa6137ae96e176 Mon Sep 17 00:00:00 2001 From: George Glidden-Handgis <47768122+georgeglidden@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:30:47 -0700 Subject: [PATCH] change vers from 0.1.12.1 to 0.1.13 --- diplomat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diplomat/__init__.py b/diplomat/__init__.py index 53ac642..0adad3c 100644 --- a/diplomat/__init__.py +++ b/diplomat/__init__.py @@ -2,7 +2,7 @@ A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software. """ -__version__ = "0.1.12.1" +__version__ = "0.1.13" # Can be used by functions to determine if diplomat was invoked through it's CLI interface. CLI_RUN = False