diff --git a/.gitignore b/.gitignore index 659af27..cffc5e3 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/setup.py b/setup.py index be393ab..0bf9e83 100644 --- a/setup.py +++ b/setup.py @@ -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",