Release 0.0.2 to 0.0.3 with type hints

This commit is contained in:
zachary62 2025-07-27 17:58:15 -07:00
parent d46138290a
commit 3f1f1d6573
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -84,3 +84,4 @@ pyproject.toml
usage.md
cookbook/pocketflow-minimal-example/viz/flow_visualization.html
cookbook/pocketflow-minimal-example/viz/flow_visualization.json
.claude/

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="pocketflow",
version="0.0.2",
version="0.0.3",
packages=find_packages(),
author="Zachary Huang",
author_email="zh2408@columbia.edu",