diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 734655561d..c587d3f887 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-22.04, macos-13, macos-latest] + os: [windows-latest, macos-13, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - os: macos-13 diff --git a/qlib/__init__.py b/qlib/__init__.py index deaa44e890..a182f1bfd0 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.93" +__version__ = "0.9.5.92" __version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version import os from typing import Union