We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b912b commit 6975d78Copy full SHA for 6975d78
2 files changed
README.md
@@ -31,4 +31,5 @@ $ 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 - 3 | ^2.11 |
+| 2 - 3 | 2.11 - 3.0 |
35
+| 4 | ^3.1 |
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="3.0.0",
+ version="4.0.0",
30
)
0 commit comments