Created by: pengli09
Sometimes we may need to check the version of paddlepaddle in python code to ensure we are using the proper version of paddlepaddle. Shall we add a variable __version__ to the paddle module?
__version__