ray_lightning icon indicating copy to clipboard operation
ray_lightning copied to clipboard

adding the version in `__init__`

Open JiahaoYao opened this issue 2 years ago • 0 comments

In the ray-lightning, there is no version number in the __init__. i.e., https://github.com/ray-project/ray_lightning/blob/main/ray_lightning/init.py

However, in other packages, you can find this

https://github.com/ray-project/ray/blob/master/python/ray/init.py#L114


the benefit of this, user can find the version number by calling

ray_lightning.__version__

JiahaoYao avatar Aug 03 '22 19:08 JiahaoYao