From a31963e09d55e7df752a21b668a3561050069e68 Mon Sep 17 00:00:00 2001 From: Zachary Charles Date: Tue, 4 Mar 2025 11:06:15 -0800 Subject: [PATCH] Update __version__ for release 0.1.1. This also removes outdated changelog instructions. PiperOrigin-RevId: 733394368 --- drjax/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drjax/__init__.py b/drjax/__init__.py index c3f5348..4b06da6 100644 --- a/drjax/__init__.py +++ b/drjax/__init__.py @@ -18,9 +18,7 @@ from drjax._src import api as _api -# When changing this, also move the unreleased changes in CHANGELOG.md to the -# associated version. -__version__ = '0.1.0' +__version__ = '0.1.1' # Import the public API. broadcast = _api.broadcast