Paddle Python module does not provide version info.
Created by: tanzhongyi003
Just like other python module for example, import bumpy as np print np.version it will return its version as 1.12.1
so suggest that paddle python module add this version info import paddle.v2 as paddle print paddle.version it will return some version information it is a common practice.