From b41953bddd7faefa8129e16859a9af174a96cf04 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Sun, 5 May 2024 23:02:24 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 285b060..29f3365 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jaxlie", - version="1.3.4", + version="1.4.0", description="Matrix Lie groups in JAX", long_description=long_description, long_description_content_type="text/markdown",