diff --git a/qlib/__init__.py b/qlib/__init__.py index db45762b8..98e3a3a91 100644 --- a/qlib/__init__.py +++ b/qlib/__init__.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. from pathlib import Path -__version__ = "0.9.5.99" +__version__ = "0.9.5" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 3d2d46759..000000000 --- a/setup.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[metadata] -name = qlib -version = attr: qlib.__version__ - -[bdist_wheel] -universal=0