Skip to content

Commit d8ba90e

Browse files
committed
chore: bump version to 0.5.3 in pyproject.toml, __about__.py, and uv.lock
Signed-off-by: Frost Ming <me@frostming.com>
1 parent ce46661 commit d8ba90e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "republic"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Build LLM workflows like normal Python while keeping a full audit trail by default."
55
authors = [
66
{ name = "Chojan Shang", email = "psiace@apache.org" },

src/republic/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DEFAULT_MODEL = "openai:gpt-4o-mini"
22

3-
__version__ = "0.5.2"
3+
__version__ = "0.5.3"
44
__author__ = "PsiACE, Frost Ming"
55
__author_email__ = "psiace@apache.org, me@frostming.com"
66
__copyright__ = "Copyright (c) 2026 Bub Build contributors."

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)