Skip to content

Commit 07fdc7a

Browse files
1.1.6
1 parent 43f71ef commit 07fdc7a

9 files changed

Lines changed: 9 additions & 5 deletions

File tree

build/lib/svector/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
"""
2-
SVECTOR Python SDK
2+
SVE__version__ = "1.1.6"
3+
__author__ = "SVECTOR Team"
4+
__email__ = "support@svector.co.in"R Python SDK
35
46
Official Python client for SVECTOR AI Models.
57
Advanced conversational AI and language models with API.
68
"""
79

8-
__version__ = "1.1.4"
10+
__version__ = "1.1.5"
911
__author__ = "SVECTOR Team"
1012
__email__ = "support@svector.co.in"
1113

30.3 KB
Binary file not shown.

dist/svector_sdk-1.1.5.tar.gz

31.6 KB
Binary file not shown.
30.3 KB
Binary file not shown.

dist/svector_sdk-1.1.6.tar.gz

31.6 KB
Binary file not shown.

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 = "svector-sdk"
7-
version = "1.1.4"
7+
version = "1.1.6"
88
description = "Official Python SDK for SVECTOR AI Models - Advanced conversational AI and language models"
99
readme = "README.md"
1010
license = {text = "MIT"}

svector/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
Advanced conversational AI and language models with API.
66
"""
77

8-
__version__ = "1.1.4"
8+
__version__ = "1.1.6"
9+
__author__ = "SVECTOR Team"
10+
__email__ = "support@svector.co.in"
911
__author__ = "SVECTOR Team"
1012
__email__ = "support@svector.co.in"
1113

18 Bytes
Binary file not shown.

svector_sdk.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: svector-sdk
3-
Version: 1.1.4
3+
Version: 1.1.6
44
Summary: Official Python SDK for SVECTOR AI Models - Advanced conversational AI and language models
55
Home-page: https://github.com/svector-corporation/svector-python
66
Author: SVECTOR Team

0 commit comments

Comments
 (0)