From 1e7cdebf5f111a7111726d0fcc1e5a688c66b276 Mon Sep 17 00:00:00 2001 From: Brian Guarraci Date: Mon, 8 Jan 2024 06:11:46 -0700 Subject: [PATCH] bump version to 0.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f028a4a..7016b1e 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='klongpy', packages=find_packages(), - version='0.6.0', + version='0.6.1', description='High-Performance Klong array language with rich Python integration.', author='Brian Guarraci', license='MIT',