Skip to content

Commit 9149c4f

Browse files
bojielicursoragent
andcommitted
release: v0.1.2
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 27528ee commit 9149c4f

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pine-assistant"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Pine AI SDK — Let Pine AI handle your digital chores. Socket.IO + REST client."
99
readme = "README.md"
1010
license = "MIT"

src/pine_assistant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pine_assistant.errors import PineAIError, AuthError, SessionError, ConnectionError
1212
from pine_assistant.models.events import C2SEvent, S2CEvent, NotificationEvent
1313

14-
__version__ = "0.1.1"
14+
__version__ = "0.1.2"
1515
__all__ = [
1616
"PineAI",
1717
"AsyncPineAI",

0 commit comments

Comments
 (0)