Skip to content

Commit 1f36eac

Browse files
Updated version
1 parent cd034f5 commit 1f36eac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pantheon_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pantheon-CLI: Command Line Interface for Pantheon Agent Framework"""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.3"
44

55
# Entry point function for CLI command
66
def cli_main():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description = "Command Line Interface for Pantheon - A framework for building di
44
readme = "README.md"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"pantheon-agents",
8-
"pantheon-toolsets",
7+
"pantheon-agents>=0.3.2",
8+
"pantheon-toolsets>=0.5.3",
99
"fire>=0.7.0",
1010
"rich>=13.9.4",
1111
"rich-pyfiglet",

0 commit comments

Comments
 (0)