From 5e779d3010396630270257fde1891dc3cf7834f2 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Thu, 23 Jan 2025 00:07:18 -0800 Subject: [PATCH] Try gel-python 3.0.0b7 again? Try to reuse the same version number by changing the quotes in _version.py instead of the number. --- gel/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gel/_version.py b/gel/_version.py index fc31ce9a..a4a62d4a 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.0b7' +__version__ = "3.0.0b7"