From ae1f775217aa43193d6a64a4a2253c14b01c1efa Mon Sep 17 00:00:00 2001 From: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:06:06 +0200 Subject: [PATCH] version 0.0.9 --- fmpose3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmpose3d/__init__.py b/fmpose3d/__init__.py index 7acbfdb..372c8fc 100644 --- a/fmpose3d/__init__.py +++ b/fmpose3d/__init__.py @@ -7,7 +7,7 @@ Licensed under Apache 2.0 """ -__version__ = "0.0.8" +__version__ = "0.0.9" __author__ = "Ti Wang, Xiaohang Yu, Mackenzie Weygandt Mathis" __license__ = "Apache 2.0"