Skip to content

Commit f171ad8

Browse files
committed
Bumping version for tracer fixes.
1 parent 718300c commit f171ad8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "opensymbolicai-core"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Build LLM-powered systems as typed, testable Python software — not prompt strings"
99
readme = "README.md"
1010
license = "MIT"

src/opensymbolicai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
)
6161
from opensymbolicai.prompt_utils import PromptSections, extract_context, split_prompt
6262

63-
__version__ = "0.3.0"
63+
__version__ = "0.5.1"
6464

6565
__all__ = [
6666
# Core

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)