From 116f399af89373862917a8b71fe4442727b067e7 Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Mon, 6 May 2024 21:19:10 -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 0fc7d212..b29f2dce 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="pykan", - version="0.0.2", + version="0.0.3", author="Ziming Liu", author_email="zmliu@mit.edu", description="Kolmogorov Arnold Networks",