Skip to content

Commit dcc28ab

Browse files
committed
Updated the version to 2.4.0
1 parent 56b7508 commit dcc28ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/unstract/llmwhisperer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.4.0"
22

33
from .client_v2 import LLMWhispererClientV2 # noqa: F401
44

tests/integration/client_v2_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_whisper_v2_url_in_post(
170170
"url,token,webhook_name",
171171
[
172172
(
173-
"https://webhook.site/62bb38ac-408c-4fcf-b8f1-cb22adbf3f96", # need to find a clean solution
173+
"https://webhook.site/0990fff9-ce95-4d11-95e1-be9ad38c40d6", # need to find a clean solution
174174
"",
175175
"client_v2_test",
176176
),

0 commit comments

Comments
 (0)