From d8442024d099707d32015a380812c5a456ce5bba Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Sun, 23 Feb 2025 14:52:49 -0800 Subject: [PATCH] gel-python 3.0.1 Changes ======= * Download the correct binary in CLI mode (by @elprans in 185dd04e) --- gel/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gel/_version.py b/gel/_version.py index 93007094..403e64f3 100644 --- a/gel/_version.py +++ b/gel/_version.py @@ -28,4 +28,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = "3.0.0" +__version__ = "3.0.1"