google-deepmind/chex

How to version?

temirovazat opened this issue · 1 comments

Hi there!
Please tell -- how to get version of chex installed in my ubuntu(18.0)

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