From b9d67e9e8de34253480adcb0fe04f61ce61a9314 Mon Sep 17 00:00:00 2001 From: Brian Guarraci Date: Sat, 10 Feb 2024 17:42:09 +0000 Subject: [PATCH] bump to 0.6.4w --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06da3ed..f990b33 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='klongpy', packages=find_packages(), - version='0.6.3', + version='0.6.4', description='High-Performance Klong array language with rich Python integration.', author='Brian Guarraci', license='MIT',