diff --git a/thunder/__init__.py b/thunder/__init__.py index eceacc4cad..7a04a43fab 100644 --- a/thunder/__init__.py +++ b/thunder/__init__.py @@ -151,8 +151,7 @@ ] -def __version__(): - return LooseVersion("0.0.1") +from thunder.__about__ import * # import all # TODO maybe move these aliases to the core language?