Skip to content

Commit 0255735

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs(readme): add section on determining installed version (#1697)
1 parent 1d2a19b commit 0255735

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
@@ -639,6 +639,17 @@ We take backwards-compatibility seriously and work hard to ensure you can rely o
639639

640640
We are keen for your feedback; please open an [issue](https://www.github.com/openai/openai-python/issues) with questions, bugs, or suggestions.
641641

642+
### Determining the installed version
643+
644+
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.
645+
646+
You can determine the version that is being used at runtime with:
647+
648+
```py
649+
import openai
650+
print(openai.__version__)
651+
```
652+
642653
## Requirements
643654

644655
Python 3.7 or higher.

0 commit comments

Comments
 (0)