From a6646dac3ea93a1ab230bf01b1f2869eed124a4a Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 18 Dec 2024 14:52:40 +0800 Subject: [PATCH] fix upload to testpypi error --- qlib/__init__.py | 2 +- setup.cfg | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 setup.cfg 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