Skip to content

Commit 19f82e6

Browse files
committed
minor version update
1 parent f3ea9b5 commit 19f82e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cognitrix/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import aiofiles
33
from pathlib import Path
44

5-
VERSION = '0.2.4'
5+
VERSION = '0.2.5'
66
SPIRAL_WORKDIR = Path('~').expanduser() / '.cognitrix'
77

88
AGENTS_FILE = SPIRAL_WORKDIR / 'agents.json'

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 = "cognitrix"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Package for creating AI Agents using llms"
55
authors = ["theonlyamos <[email protected]>"]
66
license = "Apache2"

0 commit comments

Comments
 (0)