Skip to content

Commit e2c781a

Browse files
committed
version update
1 parent 0901687 commit e2c781a

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
@@ -3,7 +3,7 @@
33
import aiofiles
44
import json
55

6-
VERSION = '0.2.3'
6+
VERSION = '0.2.4'
77
SPIRAL_WORKDIR = Path('~').expanduser() / '.cognitrix'
88

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

0 commit comments

Comments
 (0)