File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " junjo"
7- version = " 0.61.0 "
8- description = " A graph workflow execution library for building agentic AI workflows ."
7+ version = " 0.61.1 "
8+ description = " AI graph workflow and state machine framework for building debuggable AI Agents ."
99readme = " README.md"
1010requires-python = " >=3.11"
1111authors = [{ name = " Matthew Rideout" , email = " boon4376@gmail.com" }]
@@ -15,8 +15,10 @@ classifiers = [
1515 " Programming Language :: Python :: 3.11" ,
1616 " Operating System :: OS Independent" ,
1717 " Intended Audience :: Developers" ,
18+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
19+ " Topic :: Software Development :: Libraries :: Application Frameworks" ,
1820 " Topic :: Software Development :: Libraries :: Python Modules" ,
19- " Development Status :: 3 - Alpha " ,
21+ " Development Status :: 5 - Production/Stable " ,
2022 " License :: OSI Approved :: Apache Software License" ,
2123]
2224
You can’t perform that action at this time.
0 commit comments