From b1ba53c296580a8996ae5d2365c7ac641e3943da Mon Sep 17 00:00:00 2001 From: Zachary Charles Date: Fri, 2 May 2025 13:28:52 -0700 Subject: [PATCH] Increment the version to 0.1.4. PiperOrigin-RevId: 754114757 --- drjax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drjax/__init__.py b/drjax/__init__.py index 1cecb25..fce101a 100644 --- a/drjax/__init__.py +++ b/drjax/__init__.py @@ -19,7 +19,7 @@ from drjax._src import api as _api -__version__ = '0.1.3' +__version__ = '0.1.4' # Import the public API. broadcast = _api.broadcast