From 3d9ad27c9c8358bab7c09ca78927c9ee35e177ce Mon Sep 17 00:00:00 2001 From: zachary62 Date: Fri, 11 Apr 2025 15:28:19 -0400 Subject: [PATCH] release new version of 0.02 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6526f78..be393ab 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ from setuptools import setup, find_packages setup( name="pocketflow", - version="0.0.1", + version="0.0.2", packages=find_packages(), author="Zachary Huang", author_email="zh2408@columbia.edu", - description="Minimalist LLM Framework in 100 Lines. Enable LLMs to Program Themselves.", - url="https://github.com/miniLLMFlow/PocketFlow/", + description="Pocket Flow: 100-line LLM framework. Let Agents build Agents!", + url="https://github.com/The-Pocket/PocketFlow", ) \ No newline at end of file