We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06c34a9 + ea22da2 commit 64fa7b7Copy full SHA for 64fa7b7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "reait"
7
-version = "1.1.0"
+version = "1.1.1"
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.1.0"
+__version__ = "1.1.1"
19
20
re_conf = {
21
"apikey": environ.get("REAI_API_KEY", ""),
0 commit comments