From f7339f06a0cffd6de4d2a24124b93e8389a91ed4 Mon Sep 17 00:00:00 2001 From: themattinthehatt Date: Tue, 12 Nov 2024 21:54:03 -0500 Subject: [PATCH] update version --- lightning_pose/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning_pose/__init__.py b/lightning_pose/__init__.py index 3d15567d..ee0da98a 100644 --- a/lightning_pose/__init__.py +++ b/lightning_pose/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.1" +__version__ = "1.6.0" from pathlib import Path from omegaconf import OmegaConf