Skip to content

Commit fe329ac

Browse files
Merge pull request #66 from mainframecomputer/chore/patch-image-data
chore: rerun poetry lock and bump version
2 parents ee6fa95 + 20e54f9 commit fe329ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/python/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mainframe-orchestra"
3-
version = "0.0.27"
3+
version = "0.0.28"
44
description = "Mainframe-Orchestra is a lightweight, open-source agentic framework for building LLM based pipelines and self-orchestrating multi-agent teams"
55
authors = [
66
"Mainframe Computer Inc. <hi@mainfra.me>",

packages/python/src/mainframe_orchestra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
# Copyright 2024 Mainframe-Orchestra Contributors. Licensed under Apache License 2.0.
55

6-
__version__ = "0.0.27"
6+
__version__ = "0.0.28"
77

88
import importlib
99

0 commit comments

Comments
 (0)