From 93b03d6ae8a2d4417503b18b3862b7eed0128624 Mon Sep 17 00:00:00 2001 From: Viet-Anh Nguyen Date: Sat, 3 Aug 2024 14:37:42 +0700 Subject: [PATCH] Use Python 3.10 for app --- .github/workflows/release.yml | 4 ++-- anylabeling/app_info.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1359aa2..e09ab6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.12 + python-version: 3.10 miniconda-version: "latest" - name: Set preferred device to CPU @@ -168,7 +168,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.12 + python-version: 3.10 miniconda-version: "latest" - name: Set preferred device to GPU diff --git a/anylabeling/app_info.py b/anylabeling/app_info.py index 378b2be..d210a9c 100644 --- a/anylabeling/app_info.py +++ b/anylabeling/app_info.py @@ -1,4 +1,4 @@ __appname__ = "AnyLabeling" __appdescription__ = "Effortless data labeling with AI support" -__version__ = "0.4.3" +__version__ = "0.4.5" __preferred_device__ = "CPU" # GPU or CPU