From 5b2af5eb3d55662970ec18ccc6ca4fc754ff4fa0 Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Mon, 19 Aug 2024 23:04:44 -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 d6733cd..730aa52 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf8") as fh: setuptools.setup( name="pykan", - version="0.2.5", + version="0.2.6", author="Ziming Liu", author_email="zmliu@mit.edu", description="Kolmogorov Arnold Networks",