Skip to content

Commit 229a803

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs(readme): add section on determining installed version (#301)
1 parent 68f8e74 commit 229a803

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,17 @@ We take backwards-compatibility seriously and work hard to ensure you can rely o
456456

457457
We are keen for your feedback; please open an [issue](https://www.github.com/prompt-foundry/python-sdk/issues) with questions, bugs, or suggestions.
458458

459+
### Determining the installed version
460+
461+
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.
462+
463+
You can determine the version that is being used at runtime with:
464+
465+
```py
466+
import prompt_foundry_python_sdk
467+
print(prompt_foundry_python_sdk.__version__)
468+
```
469+
459470
## Requirements
460471

461472
Python 3.7 or higher.

0 commit comments

Comments
 (0)