Skip to content

Commit 5e0529c

Browse files
authored
Update setup.py
1 parent f7e1573 commit 5e0529c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="python-weaver",
5-
version="0.1.0",
5+
version="0.1.1",
66
author="Advait Shinde",
77
author_email="[email protected]",
88
description="A framework to orchestrate long-running LLM workflows with a persistent task tracker.",
@@ -34,4 +34,4 @@
3434
"weaver=weaver.cli:main"
3535
]
3636
}
37-
)
37+
)

0 commit comments

Comments
 (0)