Skip to content

Commit 200ec00

Browse files
authored
added models v2
1 parent 1836784 commit 200ec00

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 = "reait"
7-
version = "1.2.4"
7+
version = "1.2.5"
88
readme = "README.md"
99
classifiers=[
1010
"Programming Language :: Python :: 3",

src/reait/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from requests import request, Response, HTTPError
1616
from sklearn.metrics.pairwise import cosine_similarity
1717

18-
__version__ = "1.2.4"
18+
__version__ = "1.2.5"
1919

2020
re_conf = {
2121
"apikey": environ.get("REAI_API_KEY", ""),

0 commit comments

Comments
 (0)