ray-project / ray_lightning

Pytorch Lightning Distributed Accelerators using Ray
Apache License 2.0
211 stars 34 forks source link

adding the version in `__init__` #191

Open JiahaoYao opened 2 years ago

JiahaoYao commented 2 years ago

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__