Skip to content

Commit 8ae5fcf

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent 74d2faa commit 8ae5fcf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.2
2+
current_version = 0.5.3
33
commit = True
44
tag = True
55
tag_name = v{new_version}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.5.3

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 = "recallrai"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Official Python SDK for RecallrAI - Revolutionary contextual memory system that enables AI assistants to form meaningful connections between conversations, just like human memory."
55
authors = ["Devasheesh Mishra <devasheesh@recallrai.com>"]
66
license = "MIT License"

recallrai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .async_session import AsyncSession
1414
from .async_merge_conflict import AsyncMergeConflict
1515

16-
__version__ = "0.5.2"
16+
__version__ = "0.5.3"
1717

1818
__all__ = [
1919
"RecallrAI",

recallrai/utils/http_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
"X-Recallr-Project-Id": self.project_id,
4545
"Content-Type": "application/json",
4646
"Accept": "application/json",
47-
"User-Agent": f"RecallrAI-Python-SDK/0.5.2",
47+
"User-Agent": f"RecallrAI-Python-SDK/0.5.3",
4848
},
4949
)
5050

0 commit comments

Comments
 (0)