From 9cbb8d6e6e73fcc7b1840852812870049739b53d Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Mon, 14 Oct 2024 20:24:53 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 730aa523..bc175730 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="pykan", - version="0.2.6", + version="0.2.7", author="Ziming Liu", author_email="zmliu@mit.edu", description="Kolmogorov Arnold Networks",