From 117a7122028bc75555f9c6f6cb7521a1fc5800f4 Mon Sep 17 00:00:00 2001 From: massquantity Date: Wed, 16 Jul 2025 13:59:17 +0800 Subject: [PATCH] [Release] Bump version to 1.5.2 --- libreco/__init__.py | 2 +- libserving/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libreco/__init__.py b/libreco/__init__.py index 0f228f25..5197c5f5 100755 --- a/libreco/__init__.py +++ b/libreco/__init__.py @@ -1 +1 @@ -__version__ = "1.5.1" +__version__ = "1.5.2" diff --git a/libserving/__init__.py b/libserving/__init__.py index 0f228f25..5197c5f5 100644 --- a/libserving/__init__.py +++ b/libserving/__init__.py @@ -1 +1 @@ -__version__ = "1.5.1" +__version__ = "1.5.2" diff --git a/pyproject.toml b/pyproject.toml index 081e07cf..4c81a106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta" [project] name = "LibRecommender" -version = "1.5.1" +version = "1.5.2" description = "Versatile end-to-end recommender system." authors = [ { name = "massquantity", email = "jinxin_madie@163.com" },