From 3cf7356309ba81529821e74cbe14d9b571a0dd6a Mon Sep 17 00:00:00 2001 From: Brian Guarraci Date: Sat, 10 Feb 2024 17:00:12 +0000 Subject: [PATCH] bump klongpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8125f52..0d6dfc4 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='klongpy', packages=find_packages(), - version='0.6.1', + version='0.6.2', description='High-Performance Klong array language with rich Python integration.', author='Brian Guarraci', license='MIT',