Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 9c3fda4

Browse files
committed
bug fix: JSONDecodeError in prompt responses (Generative & Conversation)
1 parent 62b4cab commit 9c3fda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
from pathlib import Path
33

4-
version = "1.0.2"
4+
version = "1.0.3"
55
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
66

77
setup(

0 commit comments

Comments
 (0)