From c132dbefda377e1eda6014110e5a402d83488e16 Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Thu, 25 Jul 2024 20:12:59 -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 f8ee488f..80191755 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="pykan", - version="0.2.1", + version="0.2.2", author="Ziming Liu", author_email="zmliu@mit.edu", description="Kolmogorov Arnold Networks",