We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1836784 commit 200ec00Copy full SHA for 200ec00
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "reait"
7
-version = "1.2.4"
+version = "1.2.5"
8
readme = "README.md"
9
classifiers=[
10
"Programming Language :: Python :: 3",
src/reait/api.py
@@ -15,7 +15,7 @@
15
from requests import request, Response, HTTPError
16
from sklearn.metrics.pairwise import cosine_similarity
17
18
-__version__ = "1.2.4"
+__version__ = "1.2.5"
19
20
re_conf = {
21
"apikey": environ.get("REAI_API_KEY", ""),
0 commit comments