Skip to content

Commit cf14f78

Browse files
committed
Updated project metadata for pypi.
1 parent fb4b5b6 commit cf14f78

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "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."
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
authors = [{ 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

0 commit comments

Comments
 (0)