Skip to content

Commit ddb397f

Browse files
committed
Bump version to 0.1.1
1 parent d163f3f commit ddb397f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.0"
3+
version = "0.1.1"
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 <devasheeshmishra4@gmail.com>"]
66
license = "MIT License"

recallrai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .user import User
1212
from .session import Session
1313

14-
__version__ = "0.1.0"
14+
__version__ = "0.1.1"
1515

1616
__all__ = [
1717
"RecallrAI",

0 commit comments

Comments
 (0)