dspy icon indicating copy to clipboard operation
dspy copied to clipboard

How can I check the current version of the dspy package?

Open baiyin opened this issue 4 months ago • 2 comments

I've tried the following methods without success

import dspy
print(dspy.__version__) 

and

import importlib.metadata
importlib.metadata.version('dspy')

baiyin avatar Oct 12 '24 01:10 baiyin