File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " workcell"
3- version = " 0.0.34 "
3+ version = " 0.0.35 "
44description = " Turn python function into microservice."
55authors = [" jiandong <jiandong@weanalyze.co>" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11"""Information about this library. This file will automatically changed (by poetry-bump-version)."""
22
3- __version__ = "0.0.34 "
3+ __version__ = "0.0.35 "
44__ui_version__ = "0.1.6"
55
66from .core import Workcell
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ async def info() -> Any: # type: ignore
182182 )
183183 async def spec () -> Any : # type: ignore
184184 """Returns informational metadata about this Workcell."""
185- return {"spec" :workcell .spec }
185+ return {"spec" :workcell .spec , "info" : workcell . description }
186186 return app
187187
188188
You can’t perform that action at this time.
0 commit comments