From 9ea73718bd5394f6eddacbc4fdb450f88d273e06 Mon Sep 17 00:00:00 2001 From: Brian Guarraci Date: Wed, 13 Dec 2023 12:00:50 -0700 Subject: [PATCH] bump version to 0.5.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64c7413..1063f7c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='klongpy', packages=['klongpy', 'klongpy.web', 'klongpy.db'], - version='0.5.9', + version='0.5.10', description='Vectorized implementation of Klong language.', author='Brian Guarraci', license='MIT',