We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07865ef + 5e37295 commit d26f8d6Copy full SHA for d26f8d6
2 files changed
README.md
@@ -31,4 +31,4 @@ $ pip install git+https://github.com/elimity-com/insights-client-python.git
31
| Client version | Insights version |
32
| -------------- | ---------------- |
33
| 1 | 2.8 - 2.10 |
34
-| 2 | ^2.11 |
+| 2 - 3 | ^2.11 |
setup.py
@@ -26,5 +26,5 @@
26
python_requires=">=3.7",
27
py_modules=["elimity_insights_client"],
28
url="https://github.com/elimity-com/insights-client-python",
29
- version="2.0.1",
+ version="3.0.0",
30
)
0 commit comments