From 8cd280edb3a7f60414ac363629b36352e06196bd Mon Sep 17 00:00:00 2001 From: Goekdeniz-Guelmez Date: Sat, 5 Oct 2024 00:17:43 +0200 Subject: [PATCH] v2.5.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 087183d..b30fab6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # Setup configuration setup( name="KANama", - version="2.5.5", + version="2.5.6", description="Fusing Kolmogorov–Arnold Networks with Meta's Llama model for next-level AI performance and versatility.", long_description=open(root_dir / "README.md", encoding="utf-8").read(), long_description_content_type="text/markdown",