Release 0.0.2 to 0.0.3 with type hints
This commit is contained in:
parent
d46138290a
commit
3f1f1d6573
|
|
@ -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
setup.py
2
setup.py
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue