Skip to content

Commit f69de1e

Browse files
Update to v0.0.6
1 parent 0ba6562 commit f69de1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for token, tool, tool_bool in T.handle_streaming(stream) :
3535

3636
```bash
3737
.
38-
├── __version__ = "0.0.5", "genesis"
38+
├── __version__ = "0.0.6", "genesis"
3939
4040
├── clients
4141
│ ├── veniceai(api_key:str) -> openai.OpenAI

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "open-taranis"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
description = "Minimalist Python framework for AI agents logic-only coding with streaming, tool calls, and multi-LLM provider support"
99
authors = [{name = "SyntaxError4Life", email = "lilian@zanomega.com"}]
1010
dependencies = ["openai"]

src/open_taranis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import re
44

5-
__version__ = "0.0.5", "genesis"
5+
__version__ = "0.0.6", "genesis"
66

77
class clients:
88

0 commit comments

Comments
 (0)