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