How to get the version of jellyfish
bhishanpdl opened this issue · 1 comments
bhishanpdl commented
I was tying to see what version of jellyfish is installed in my machine.
I used the following command:
import jellyfish
print(f"jellyfish: {jellyfish.__version__}")
But, I get this error:
AttributeError: module 'jellyfish' has no attribute '__version__'
How to get the version of jellyfish?
gmarcais commented
Available in the develop branch. Will be available in 2.4.0