Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-page committed Dec 9, 2024
1 parent a51e204 commit 51acd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "mainframe-orchestra"
version = "0.0.1"
version = "0.0.3"
description = "Mainframe-Orchestra is a lightweight, open-source python framework for building LLM based pipelines and multi-agent teams"
authors = [
"Mainframe Computer Inc. <[email protected]>",
"Philippe Andre Page <[email protected]>"
]
readme = "README.md"
packages = [{include = "mainframe_orchestra"}]
packages = [{include = "src/mainframe_orchestra"}]
license = "Apache 2.0"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 51acd5f

Please sign in to comment.