From 00a9077100b9783304b1df95de47b7344e3e1eec Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Thu, 14 Nov 2024 16:39:00 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc17573..b069e05 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="pykan", - version="0.2.7", + version="0.2.8", author="Ziming Liu", author_email="zmliu@mit.edu", description="Kolmogorov Arnold Networks",