release new version of 0.02

This commit is contained in:
zachary62 2025-04-11 15:28:19 -04:00
parent cf4875710b
commit 3d9ad27c9c
1 changed files with 3 additions and 3 deletions

View File

@ -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",
)