How to version?
temirovazat opened this issue · 1 comments
temirovazat commented
Hi there!
Please tell -- how to get version of chex installed in my ubuntu(18.0)
atgctg commented
You can get the version of python modules from the __version__
attribute.
In the case of chex
:
import chex
print(chex.__version__)
0.1.3