Skip to content

Commit

Permalink
Bump version to v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-page committed Jan 21, 2025
1 parent ef6c2ae commit 9b9123c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mainframe-orchestra"
version = "0.0.15"
version = "0.0.16"
description = "Mainframe-Orchestra is a lightweight, open-source agentic framework for building LLM based pipelines and self-orchestrating multi-agent teams"
authors = [
"Mainframe Computer Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/python/src/mainframe_orchestra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
# Copyright 2024 Mainframe-Orchestra Contributors. Licensed under Apache License 2.0.

__version__ = "0.0.15"
__version__ = "0.0.16"

from .task import Task, configure_logging, LogColors, default_logger
from .agent import Agent
Expand Down

0 comments on commit 9b9123c

Please sign in to comment.