Release 0.0.2 to 0.0.3 with type hints
This commit is contained in:
@@ -84,3 +84,4 @@ pyproject.toml
|
|||||||
usage.md
|
usage.md
|
||||||
cookbook/pocketflow-minimal-example/viz/flow_visualization.html
|
cookbook/pocketflow-minimal-example/viz/flow_visualization.html
|
||||||
cookbook/pocketflow-minimal-example/viz/flow_visualization.json
|
cookbook/pocketflow-minimal-example/viz/flow_visualization.json
|
||||||
|
.claude/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pocketflow",
|
name="pocketflow",
|
||||||
version="0.0.2",
|
version="0.0.3",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
author="Zachary Huang",
|
author="Zachary Huang",
|
||||||
author_email="zh2408@columbia.edu",
|
author_email="zh2408@columbia.edu",
|
||||||
|
|||||||
Reference in New Issue
Block a user