You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -393,6 +393,17 @@ We take backwards-compatibility seriously and work hard to ensure you can rely o
393
393
394
394
We are keen for your feedback; please open an [issue](https://www.github.com/Finch-API/finch-api-python/issues) with questions, bugs, or suggestions.
395
395
396
+
### Determining the installed version
397
+
398
+
If you've upgraded to the latest version but aren't seeing any new features you were expecting then your python environment is likely still using an older version.
399
+
400
+
You can determine the version that is being used at runtime with:
0 commit comments