From f86d1c5bc94ac542e39bdfd544d1ce72dde186b5 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 8 May 2024 19:30:04 +0000 Subject: [PATCH] Increment Version to 24.5.8a4 --- neon_core/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon_core/version.py b/neon_core/version.py index 8335a3e43..c287ed90d 100644 --- a/neon_core/version.py +++ b/neon_core/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "24.5.7a3" +__version__ = "24.5.8a4"